Skip to content

Commit

Permalink
Fix missing then in .travis.yml Coveralls submission
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed May 31, 2015
1 parent 37ae191 commit 84a1c1a
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 @@ -11,6 +11,6 @@ script:
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'Pkg.test("ArrayViews", coverage=true)'; fi
- if [ $TRAVIS_JULIA_VERSION = "release" ]; then julia -e 'Pkg.test("ArrayViews")'; fi
after_success:
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; julia -e 'cd(Pkg.dir("ArrayViews")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'cd(Pkg.dir("ArrayViews")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
notifications:
email: false

0 comments on commit 84a1c1a

Please sign in to comment.