File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 6
6
- 1.0
7
7
- 1.1
8
8
- 1.2
9
+ - 1.3
9
10
- nightly
10
11
matrix :
11
12
allow_failures :
13
+ - julia : 1.3
12
14
- julia : nightly
13
15
notifications :
14
16
email : false
@@ -19,3 +21,19 @@ notifications:
19
21
after_success :
20
22
# push coverage results to Coveralls
21
23
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
24
+
25
+ jobs :
26
+ include :
27
+ # Make sure ChainRules.jl works with this
28
+ - state : Integration
29
+ name : ChainRules master integration tests
30
+ julia : 1.0
31
+ os : linux
32
+ script :
33
+ - git clone "https://github.com/JuliaDiff/ChainRules.jl.git"
34
+ # Start julia with the project set to newly cloned subdir ChainRules.jl
35
+ # dev the current directory to get the version of ChainRulesCore that we are testing
36
+ # update everything to resolve and sortout any versions,
37
+ # finally test the ChainRules.jl
38
+ - julia --project="ChainRules.jl" -e "using Pkg; Pkg.pkg\"dev .\"; Pkg.pkg\"up\"; Pkg.pkg\"test\""
39
+ after_success : skip
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Cassette = "^0.2"
10
10
julia = " ^1.0"
11
11
12
12
[extras ]
13
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
13
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
15
16
16
[targets ]
17
17
test = [" Test" , " LinearAlgebra" ]
You can’t perform that action at this time.
0 commit comments