Skip to content

Commit

Permalink
Dirty hack: turn on Coveralls support in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Jul 1, 2014
1 parent 35c91fd commit 15c9ef3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: cpp
os:
- linux
compiler:
- clang
- gcc
notifications:
email: false
Expand All @@ -26,6 +25,8 @@ before_install:
script:
- make $BUILDOPTS prefix=/tmp/julia install
- cd .. && mv julia julia2
- cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia-debug runtests.jl all
- cd /tmp/julia/share/julia/test && JULIA_CPU_CORES=1 /tmp/julia/bin/julia-debug --code-coverage=all runtests.jl all
- cd - && mv julia2 julia
- cd /tmp/julia/share/julia
- /tmp/julia/bin/julia-debug -e 'Pkg.add("JSON"); Pkg.clone("git://github.com/timholy/Coverage.jl.git"); using Coverage; Coveralls.submit(Coveralls.process_folder("base"))'
- echo "Ready for packaging..."

0 comments on commit 15c9ef3

Please sign in to comment.