Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NCrashed authored and NCrashed committed Sep 26, 2014
1 parent 6fd23d3 commit dbe7050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ install:
script:
# test-suite
- dub build --config=test1
- ./bin/pgator --conn="dbname=pgator-test user=postgres"
- ./pgator-backend-test1 --conn="dbname=pgator-test user=postgres"
- dub build --config=test2
- ./bin/pgator --conn="dbname=pgator-test user=postgres"
- ./pgator-backend-test2 --conn="dbname=pgator-test user=postgres"
- dub test

# compilation test for production
Expand Down

0 comments on commit dbe7050

Please sign in to comment.