Skip to content

Commit

Permalink
travis.yml fixed 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Mar 13, 2017
1 parent 1fba541 commit f2d2b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,12 +3,12 @@ os:
- osx
- linux
julia:
- 0.4
- 0.5
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Anasol"); Pkg.test("Anasol"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("Anasol")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'cd(joinpath(Pkg.dir("Anasol"), "src")); run(`bash -c "rm -f *.cov"`)'
- julia -e 'cd(joinpath(Pkg.dir("Anasol"), "src")); run(`bash -c "rm -f *.cov"`)'

0 comments on commit f2d2b5c

Please sign in to comment.