Skip to content

Commit

Permalink
Remove Manifest and update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Mar 26, 2019
1 parent ec1ef19 commit ad8b04f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 107 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ os:
- osx
julia:
- 0.7
- 1.0
- 1.1
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
git:
depth: 99999999

# Submit to Codecov
# Submit to Codecov
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- if [[ $TRAVIS_JULIA_VERSION = 1.1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
fi
104 changes: 0 additions & 104 deletions Manifest.toml

This file was deleted.

5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ uuid = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit ad8b04f

Please sign in to comment.