Skip to content

Commit e90bb59

Browse files
authored
Merge pull request #69 from JuliaGaussianProcesses/devmotion-patch-1
Update Travis configuration
2 parents 0bfbcd3 + 42966ae commit e90bb59

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
3+
branches:
4+
only:
5+
- master
36
os:
47
- linux
58
- osx
@@ -8,16 +11,16 @@ julia:
811
- 1.3
912
- 1.4
1013
- nightly
11-
1214
notifications:
1315
email: false
1416
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
1720
jobs:
1821
include:
1922
- stage: "Documentation"
20-
julia: 1.0
23+
julia: 1.4
2124
os: linux
2225
script:
2326
- export DOCUMENTER_DEBUG=true

0 commit comments

Comments
 (0)