Skip to content

Commit

Permalink
Force test failure so we can test new CI build failure correction
Browse files Browse the repository at this point in the history
  • Loading branch information
subelsky committed Sep 12, 2017
1 parent fdc0021 commit dafbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ before_install:
- while sudo lsof -Pi :5432 -sTCP:LISTEN -t; do sleep 1; done # wait for postgresql to shutdown

script:
- docker-compose build test && docker-compose up test
- docker-compose up --exit-code-from test test

addons:
code_climate:
Expand Down

0 comments on commit dafbe12

Please sign in to comment.