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.
1 parent 650cca9 commit 26e1aa8Copy full SHA for 26e1aa8
.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