Skip to content

Commit fbf2484

Browse files
committed
travis
1 parent 98a8fbf commit fbf2484

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.travis.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,13 @@ julia:
77
- 1.0
88
- nightly
99

10-
matrix:
10+
jobs:
1111
allow_failures:
1212
- julia: nightly
1313

1414
notifications:
1515
email: false
16-
git:
17-
depth: 99999999
1816

19-
## uncomment and modify the following lines to manually install system packages
20-
#addons:
21-
# apt: # apt-get for linux
22-
# packages:
23-
# - gfortran
24-
#before_script: # homebrew for mac
25-
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
26-
27-
## uncomment the following lines to override the default test script
28-
#script:
29-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("StaticGraphs"); Pkg.test("StaticGraphs"; coverage=true)'
3017
after_success:
3118
# push coverage results to Codecov
32-
- julia -e 'using Pkg; cd(Pkg.dir("StaticGraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
19+
- julia -e 'using Pkg; import StaticGraphs; cd(joinpath(dirname(pathof(StaticGraphs)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)