Skip to content

Commit

Permalink
Try fix coverage after update to ocaml-ci-scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Jan 29, 2017
1 parent e279285 commit 14450ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
- if [ -n "$COVERAGE" ]; then wget https://raw.githubusercontent.com/simonjbeaumont/ocaml-travis-coveralls/master/travis-coveralls.sh; fi
script: bash -ex .travis-opam.sh
after_success: if [ -n "$COVERAGE" ]; then bash -ex travis-coveralls.sh; fi
after_success: |
if [ -n "$COVERAGE" ]; then
opam install slacko --deps-only --yes --build-test
bash -ex travis-coveralls.sh
fi
env:
global:
- PACKAGE=slacko
Expand Down

0 comments on commit 14450ca

Please sign in to comment.