Skip to content

Commit 26e1aa8

Browse files
author
Chris Foster
committed
Fix typo in coverage submission
1 parent 650cca9 commit 26e1aa8

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)