File tree Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Expand file tree Collapse file tree 3 files changed +20
-18
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())'
Original file line number Diff line number Diff line change
1
+ name = " StaticGraphs"
2
+ uuid = " 4c8beaf5-199b-59a0-a7f2-21d17de635b6"
3
+ version = " 0.2.0"
4
+
5
+ [deps ]
6
+ JLD2 = " 033835bb-8acc-5ee8-8aae-3f567f8a3819"
7
+ LightGraphs = " 093fc24a-ae57-5d10-9952-331d41423f4d"
8
+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
9
+
10
+ [compat ]
11
+ LightGraphs = " ≥ 1.0.2"
12
+ julia = " ≥ 1.0.0"
13
+
14
+ [extras ]
15
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
+
17
+ [targets ]
18
+ test = [" Test" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments