Skip to content

Commit

Permalink
Made startup script executable: #10
Browse files Browse the repository at this point in the history
- .travis.yml - Made the setup test executable and then run it
  • Loading branch information
msnyon committed Jan 30, 2016
1 parent 2637df3 commit 7c6087d
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 @@ -13,4 +13,4 @@ addons:
env:
- TRAVIS=travis CXX=g++-4.8
before_script:
- ./bin/setupTestDatabases.sh
- chmod +x bin/setupTestDatabases.sh; ./bin/setupTestDatabases.sh

0 comments on commit 7c6087d

Please sign in to comment.