File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
# We don't have docker on OSX on travis at the moment... :(
6
6
# - osx
7
- julia :
8
- - 1.4
9
- - 1.5
10
- - nightly
11
7
notifications :
12
8
email : false
13
9
git :
16
12
env :
17
13
global :
18
14
- BINARYBUILDER_AUTOMATIC_APPLE=true
19
- # cache:
20
- # directories:
21
- # - deps
22
15
23
16
jobs :
24
17
allow_failures :
25
18
julia : nightly
26
19
include :
27
20
# Add a job that uses the privileged builder with squashfs shards
21
+ # Test this configuration on all Julia versions
28
22
- julia : 1.4
29
23
env :
30
24
- BINARYBUILDER_RUNNER=privileged
31
25
- 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
32
34
33
35
# Add a job that uses the unprivileged builder with unpacked shards
34
- - julia : 1.4
36
+ - julia : 1.5
35
37
env :
36
38
- BINARYBUILDER_RUNNER=unprivileged
37
39
- BINARYBUILDER_USE_SQUASHFS=false
38
40
39
41
# Add a job that uses the docker builder with unpacked shards
40
- - julia : 1.4
42
+ - julia : 1.5
41
43
env :
42
44
- BINARYBUILDER_RUNNER=docker
43
45
- BINARYBUILDER_USE_SQUASHFS=false
You can’t perform that action at this time.
0 commit comments