Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
test whether moving back to root is necessary for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Feb 24, 2016
1 parent e1e6b4f commit 5760d05
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 @@ -31,7 +31,7 @@ deploy:
# manifest: manifest.yml
# on:
# branch: master
script: cd forecast-admin/forecast && py.test --cov opportunities --cov-report term-missing
script: cd forecast-admin/forecast && py.test --cov opportunities --cov-report term-missing && cd ../..
after_success:
- codecov
- coveralls

0 comments on commit 5760d05

Please sign in to comment.