Skip to content

Commit

Permalink
Fix travis test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Samayel committed Sep 14, 2015
1 parent 0a049e8 commit fcef07f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,9 @@ notifications:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/Samayel/PrimeSieve.jl.git"); Pkg.build("PrimeSieve");'
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("Brainstorm"); Pkg.test("Brainstorm"; coverage=true)'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Brainstorm")'
- julia -e 'using LightGraphs' # trigger precompilation
- julia --check-bounds=yes -e 'Pkg.test("Brainstorm"; coverage=true)'
after_success:
- julia -e 'Pkg.add("Coverage")'
- julia -e 'cd(Pkg.dir("Brainstorm")); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down

0 comments on commit fcef07f

Please sign in to comment.