Skip to content

Commit

Permalink
Merge f20631f into 4fefcd0
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Oct 30, 2018
2 parents 4fefcd0 + f20631f commit 8739382
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -6,10 +6,10 @@ julia:
- 0.7
- 1.0
- nightly
notifications:
email: false
#script: # default script is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO"); Pkg.test("FileIO"; coverage=true)'
matrix:
allow_failures:
- julia: nightly
after_success:
- julia -e 'cd(Pkg.dir("FileIO")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
notifications:
email: false

0 comments on commit 8739382

Please sign in to comment.