Skip to content

Commit

Permalink
Added missing spaces...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Lycken committed May 11, 2014
1 parent 99f5d6f commit 9d58b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
script:
- julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir())/ODE`); Pkg.pin("ODE"); Pkg.resolve()'
- julia -e 'using ODE; @assert isdefined(:ODE); @assert typeof(ODE) === Module'
- if [ $JULIAVERSION = "julianightlies"]; then julia --code-coverage test/runtests.jl; fi
- if [ $JULIAVERSION = "juliareleases"]; then julia test/runtests.jl; fi
- if [ $JULIAVERSION = "julianightlies" ]; then julia --code-coverage test/runtests.jl; fi
- if [ $JULIAVERSION = "juliareleases" ]; then julia test/runtests.jl; fi
after_success:
- if [ $JULIAVERSION = "julianightlies"]; then julia -e 'cd(Pkg.dir("ODE")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
- if [ $JULIAVERSION = "julianightlies" ]; then julia -e 'cd(Pkg.dir("ODE")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi

0 comments on commit 9d58b13

Please sign in to comment.