File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# # Documentation: http://docs.travis-ci.com/user/languages/julia/
2
2
language : julia
3
+ branches :
4
+ only :
5
+ - master
3
6
os :
4
7
- linux
5
8
- osx
@@ -8,16 +11,16 @@ julia:
8
11
- 1.3
9
12
- 1.4
10
13
- nightly
11
-
12
14
notifications :
13
15
email : false
14
16
after_success :
15
- # push coverage results to Coveralls
16
- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
17
+ - if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
18
+ julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
19
+ fi
17
20
jobs :
18
21
include :
19
22
- stage : " Documentation"
20
- julia : 1.0
23
+ julia : 1.4
21
24
os : linux
22
25
script :
23
26
- export DOCUMENTER_DEBUG=true
You can’t perform that action at this time.
0 commit comments