Skip to content

Commit e8487c2

Browse files
flovilmartJcarlosjunior
authored andcommitted
Makes sudo: false (parse-community#3166)
* Makes sudo: false * ignore error when configuring postgis * Use precise instead of trusty
1 parent 96fba15 commit e8487c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
2-
dist: trusty
3-
sudo: required
2+
dist: precise
3+
sudo: false
44
node_js:
55
- '4.5'
66
- '6.1'
@@ -15,7 +15,6 @@ before_script:
1515
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
1616
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d parse_server_postgres_adapter_test_database
1717
- psql -c 'CREATE EXTENSION postgis_topology;' -U postgres -d parse_server_postgres_adapter_test_database
18-
- npm run lint
1918
env:
2019
global:
2120
- COVERAGE_OPTION='./node_modules/.bin/istanbul cover'

0 commit comments

Comments
 (0)