Skip to content

Commit bc6ecad

Browse files
committed
Tighten up travis config
This cuts down on the number of jobs we trigger, and also prefers 1.5 for most builds
1 parent 8a7d133 commit bc6ecad

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ os:
44
- linux
55
# We don't have docker on OSX on travis at the moment... :(
66
#- osx
7-
julia:
8-
- 1.4
9-
- 1.5
10-
- nightly
117
notifications:
128
email: false
139
git:
@@ -16,28 +12,34 @@ git:
1612
env:
1713
global:
1814
- BINARYBUILDER_AUTOMATIC_APPLE=true
19-
# cache:
20-
# directories:
21-
# - deps
2215

2316
jobs:
2417
allow_failures:
2518
julia: nightly
2619
include:
2720
# Add a job that uses the privileged builder with squashfs shards
21+
# Test this configuration on all Julia versions
2822
- julia: 1.4
2923
env:
3024
- BINARYBUILDER_RUNNER=privileged
3125
- BINARYBUILDER_USE_SQUASHFS=true
26+
- julia: 1.5
27+
env:
28+
- BINARYBUILDER_RUNNER=privileged
29+
- BINARYBUILDER_USE_SQUASHFS=true
30+
- julia: nightly
31+
env:
32+
- BINARYBUILDER_RUNNER=privileged
33+
- BINARYBUILDER_USE_SQUASHFS=true
3234

3335
# Add a job that uses the unprivileged builder with unpacked shards
34-
- julia: 1.4
36+
- julia: 1.5
3537
env:
3638
- BINARYBUILDER_RUNNER=unprivileged
3739
- BINARYBUILDER_USE_SQUASHFS=false
3840

3941
# Add a job that uses the docker builder with unpacked shards
40-
- julia: 1.4
42+
- julia: 1.5
4143
env:
4244
- BINARYBUILDER_RUNNER=docker
4345
- BINARYBUILDER_USE_SQUASHFS=false

0 commit comments

Comments
 (0)