Skip to content

Commit

Permalink
allow failures on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Feb 19, 2017
1 parent 20b64e6 commit 03a13ff
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ julia:
- nightly
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("PhyloModels"); Pkg.test("PhyloModels"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("PhyloModels")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("PhyloModels")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
matrix:
allow_failures:
- julia: nightly
fast_finish: true

0 comments on commit 03a13ff

Please sign in to comment.