Skip to content

Commit

Permalink
test - Update travis config
Browse files Browse the repository at this point in the history
removed `sudo: false` and duplicate ENV
  • Loading branch information
eashaw committed Jul 18, 2022
1 parent 65e51bf commit af2c6f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ node_js:
services: postgresql
addons:
postgresql: "9.4"
sudo: false
env:
- DB_USER=postgres DB_PASS=''
env:
- WATERLINE_ADAPTER_TESTS_HOST=127.0.0.1 WATERLINE_ADAPTER_TESTS_USER=postgres WATERLINE_ADAPTER_TESTS_PASSWORD='' WATERLINE_ADAPTER_TESTS_DATABASE=adapter-tests
before_script:
Expand Down

0 comments on commit af2c6f6

Please sign in to comment.