Skip to content

Commit

Permalink
Fix travis syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Oct 23, 2014
1 parent 8f0a502 commit bef4053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ script:
- 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" ]; julia -e 'cd(Pkg.dir("DataArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
- if [ $JULIAVERSION = "julianightlies" ]; then julia -e 'cd(Pkg.dir("DataArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi

0 comments on commit bef4053

Please sign in to comment.