Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
particlebanana committed Feb 8, 2017
1 parent aab4688 commit 2e104b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
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:
- psql -c 'create database adapter-tests;' -U postgres
- psql -c 'create database "adapter-tests";' -U postgres

branches:
only:
Expand Down

0 comments on commit 2e104b8

Please sign in to comment.