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 aa4b8ab commit f676bc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -16,8 +16,7 @@ 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 -e 'Pkg.clone(pwd()); Pkg.build("Brainstorm")'
- julia -e 'using AutoHashEquals'
- julia -e 'using ParserCombinator'
- julia -e 'using LightGraphs' # trigger precompilation
- julia --check-bounds=yes -e 'Pkg.test("Brainstorm"; coverage=true)'
after_success:
- julia -e 'Pkg.add("Coverage")'
Expand Down

0 comments on commit f676bc1

Please sign in to comment.