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 77123bb + a9eb725 commit 9afd2d3Copy full SHA for 9afd2d3
.travis.yml
@@ -1,5 +1,8 @@
1
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2
language: julia
3
+branches:
4
+ only:
5
+ - master
6
os:
7
- linux
8
- osx
@@ -16,4 +19,6 @@ matrix:
16
19
notifications:
17
20
email: false
18
21
after_success:
- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
22
+ - if [[ $TRAVIS_JULIA_VERSION = 1.3 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
23
+ julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
24
+ fi
0 commit comments