Skip to content

Commit

Permalink
Whitespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Lycken committed Jun 28, 2014
1 parent 671c649 commit eed26f7
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 @@ -19,4 +19,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"]; then julia -e 'cd(Pkg.dir("Contour")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
- if [ $JULIAVERSION = "julianightlies" ]; then julia -e 'cd(Pkg.dir("Contour")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi

0 comments on commit eed26f7

Please sign in to comment.