Skip to content

Commit 45e1b29

Browse files
authored
Merge pull request #23 from JuliaGraphs/sbromberger/project.toml
Project.toml
2 parents c2a2b32 + fbf2484 commit 45e1b29

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
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())'

Project.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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"]

REQUIRE

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

0 commit comments

Comments
 (0)