File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 7
7
- 1.0
8
8
- nightly
9
9
10
- matrix :
10
+ jobs :
11
11
allow_failures :
12
12
- julia : nightly
13
13
14
14
notifications :
15
15
email : false
16
- git :
17
- depth : 99999999
18
16
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)'
30
17
after_success :
31
18
# 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())'
You can’t perform that action at this time.
0 commit comments