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

Commit

Permalink
Allow failures on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Nov 6, 2017
1 parent a201694 commit ee2e55f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -16,3 +16,6 @@ after_success:
- julia -e 'cd(Pkg.dir("ASTInterpreter2")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("ASTInterpreter2")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
matrix:
allow_failures:
- julia: nightly

0 comments on commit ee2e55f

Please sign in to comment.