Skip to content

Commit 48ec735

Browse files
authored
Merge pull request #154 from JuliaArrays/cjf/fix-coverage
Fix typo in coverage submission
2 parents 650cca9 + 26e1aa8 commit 48ec735

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
@@ -30,5 +30,5 @@ jobs:
3030
after_success:
3131
# - julia -e 'Pkg.add("Unitful")' ?
3232
- if [ $TRAVIS_JULIA_VERSION = "1.0" ] && [ $TRAVIS_OS_NAME = "linux" ]; then
33-
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
33+
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
3434
fi

0 commit comments

Comments
 (0)