Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Fixing branch re-build for Travis CI.
  • Loading branch information
vitaly-t committed Apr 3, 2015
1 parent 2ae9845 commit 34594ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ addons:
before_script:
- psql -c 'create database pg_promise_test;' -U postgres
- node test/dbInit.js
branches:
only:
- master

0 comments on commit 34594ff

Please sign in to comment.