Skip to content

Commit

Permalink
travis conf bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jan 4, 2018
1 parent 8892651 commit 7bda4d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
before_script:
- cp belbio_conf.yml.test belbio_conf.yml
- cp belbio_secrets.yml.test belbio_secrets.yml
script:
script:
- make ci_tests
after_script:
- bash <(curl -s https://codecov.io/bash)
after_success:
- bash < (curl -s https://codecov.io/bash)

0 comments on commit 7bda4d4

Please sign in to comment.