Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LaGuer committed Dec 19, 2018
1 parent 2370e57 commit bc5130b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .travis.yml
@@ -1,11 +1,21 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
julia:
- 0.6
- 1.0
- nightly
os:
- linux
- osx
julia:
- 0.6
- nightly
#matrix:
# allow_failures:
#- julia_version: latest
# Work around a Travis bug
git:
depth: 999999
notifications:
email: false
#script: # the default script is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Example"); Pkg.test("Example"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("MathPhysicalConstants")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

0 comments on commit bc5130b

Please sign in to comment.