Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit b5d39c3

Browse files
committed
Fix Coveralls
1 parent d11cba1 commit b5d39c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ script:
1212
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'Pkg.test("DataArrays", coverage=true)'; fi
1313
- if [ $TRAVIS_JULIA_VERSION = "release" ]; then julia -e 'Pkg.test("DataArrays")'; fi
1414
after_success:
15-
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; julia -e 'cd(Pkg.dir("DataArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
15+
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'cd(Pkg.dir("DataArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi

0 commit comments

Comments
 (0)