File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ notifications:
6
6
jobs :
7
7
allow_failures :
8
8
- env : TRAVIS_JULIA_VERSION=nightly
9
- - env : TRAVIS_OS_NAME=windows
9
+ - os : osx
10
+ - os : windows
10
11
include :
11
12
# ##### Tests
12
13
# ## Julia 1.3
13
- - stage : " Test (Julia 1.3)"
14
+ - stage : " Unit tests"
15
+ name : " Unit tests (Julia 1.3) (Linux)"
14
16
julia : 1.3
15
17
os : linux
16
18
script :
@@ -21,32 +23,34 @@ jobs:
21
23
- julia -e 'using Coverage; Coveralls.submit(Coveralls.process_folder());'
22
24
- julia -e 'using Coverage; Codecov.submit(Codecov.process_folder());'
23
25
24
- - stage : # Test (Julia 1.3)
26
+ - stage : # Unit tests
27
+ name : " Unit tests (Julia 1.3) (OSX)"
25
28
julia : 1.3
26
29
os : osx
27
30
script :
28
31
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
29
32
30
- - stage : # Test (Julia 1.3)
33
+ - stage : # Unit tests
34
+ name : " Unit tests (Julia 1.3) (Windows)"
31
35
julia : 1.3
32
36
os : windows
33
37
script :
34
38
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
35
39
36
40
# ## Julia nightly
37
- - stage : " Test (Julia nightly)"
41
+ - stage : # Unit tests
42
+ name : " Unit tests (Julia nightly) (Linux)"
38
43
julia : nightly
39
44
os : linux
40
45
script :
41
46
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
42
47
43
- - stage : # Test (Julia nightly)
48
+ - stage : # Unit tests
49
+ name : " Unit tests (Julia nightly) (OSX)"
44
50
julia : nightly
45
51
os : osx
46
52
script :
47
53
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
48
-
49
- - stage : # Test (Julia nightly)
50
54
julia : nightly
51
55
os : windows
52
56
script :
You can’t perform that action at this time.
0 commit comments