File tree Expand file tree Collapse file tree 1 file changed +13
-42
lines changed Expand file tree Collapse file tree 1 file changed +13
-42
lines changed Original file line number Diff line number Diff line change 1
1
language : julia
2
2
3
+ os : linux
4
+ dist : bionic
5
+
3
6
notifications :
4
7
email : false
5
8
6
9
jobs :
10
+
7
11
allow_failures :
8
- - julia : 1.0
9
- - julia : 1.1
10
- - julia : 1.2
11
12
- julia : 1.4
12
13
- julia : nightly
13
- - os : osx
14
- - os : windows
14
+
15
15
include :
16
- # ##### Tests
17
- # ## Linux
18
- - stage : " Unit tests"
19
- julia : 1.0
20
- os : linux
21
16
22
- - stage :
23
- julia : 1.1
24
- os : linux
17
+ # #######################################################
18
+ # ## Unit testing
19
+ # #######################################################
25
20
26
- - stage :
27
- julia : 1.2
28
- os : linux
29
-
30
- - stage :
21
+ - stage : " Unit testing"
31
22
julia : 1.3
32
- os : linux
33
23
after_success :
34
24
# Code coverage
35
25
- julia -e 'using Pkg; Pkg.add("Coverage");'
@@ -38,35 +28,16 @@ jobs:
38
28
39
29
- stage :
40
30
julia : 1.4
41
- os : linux
42
-
43
- - stage : # Unit tests
44
- julia : nightly
45
- os : linux
46
31
47
- # ## OSX
48
- - stage : # Unit tests
49
- julia : 1.3
50
- os : osx
51
-
52
- - stage : # Unit tests
53
- julia : nightly
54
- os : osx
55
-
56
- # ## Windows
57
- - stage : # Unit tests
58
- julia : 1.3
59
- os : windows
60
-
61
- - stage : # Unit tests
32
+ - stage :
62
33
julia : nightly
63
- os : windows
64
34
35
+ # #######################################################
65
36
# ## Documentation generation
37
+ # #######################################################
38
+
66
39
- stage : " Documentation"
67
40
julia : 1.3
68
- os : linux
69
- dist : bionic
70
41
install :
71
42
- sudo apt-get update
72
43
- sudo apt-get install -y python3.7 python3-pip python3-setuptools
You can’t perform that action at this time.
0 commit comments