File tree Expand file tree Collapse file tree 3 files changed +15
-107
lines changed Expand file tree Collapse file tree 3 files changed +15
-107
lines changed Original file line number Diff line number Diff line change 5
5
- osx
6
6
julia :
7
7
- 0.7
8
+ - 1.0
9
+ - 1.1
10
+ - nightly
11
+ matrix :
12
+ allow_failures :
13
+ - julia : nightly
8
14
notifications :
9
15
email : false
10
16
git :
11
17
depth : 99999999
12
-
13
- # Submit to Codecov
18
+ # Submit to Codecov
14
19
after_success :
15
- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
20
+ - if [[ $TRAVIS_JULIA_VERSION = 1.1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
21
+ julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
22
+ fi
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,4 +5,9 @@ uuid = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
5
5
Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
6
6
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7
7
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
8
+
9
+ [extras ]
8
10
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
+
12
+ [targets ]
13
+ test = [" Test" ]
You can’t perform that action at this time.
0 commit comments