Skip to content

Commit ad8b04f

Browse files
committed
Remove Manifest and update CI
1 parent ec1ef19 commit ad8b04f

File tree

3 files changed

+15
-107
lines changed

3 files changed

+15
-107
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ os:
55
- osx
66
julia:
77
- 0.7
8+
- 1.0
9+
- 1.1
10+
- nightly
11+
matrix:
12+
allow_failures:
13+
- julia: nightly
814
notifications:
915
email: false
1016
git:
1117
depth: 99999999
12-
13-
# Submit to Codecov
18+
# Submit to Codecov
1419
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

Manifest.toml

Lines changed: 0 additions & 104 deletions
This file was deleted.

Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ uuid = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
55
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
77
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
8+
9+
[extras]
810
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
12+
[targets]
13+
test = ["Test"]

0 commit comments

Comments
 (0)