We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 650cca9 + 26e1aa8 commit 48ec735Copy full SHA for 48ec735
.travis.yml
@@ -30,5 +30,5 @@ jobs:
30
after_success:
31
# - julia -e 'Pkg.add("Unitful")' ?
32
- 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())'
+ julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
34
fi
0 commit comments