Skip to content

Commit

Permalink
GraphViz
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Dec 17, 2015
1 parent 5e5d8bc commit 9a19059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ notifications:
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --color=yes -e 'Pkg.clone("https://github.com/Keno/GraphViz.jl.git")'
- julia --color=yes -e 'Pkg.clone(pwd()); Pkg.build("GraphTools"); Pkg.test("GraphTools"; coverage=true)'
after_success:
- julia --color=yes -e 'if VERSION >= v"0.4-"; cd(Pkg.dir("GraphTools")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); end'
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install:
build_script:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia --color=yes -e 'Pkg.clone("https://github.com/Keno/GraphViz.jl.git")'
- C:\projects\julia\bin\julia --color=yes -e "versioninfo();
Pkg.clone(pwd(), \"GraphTools\"); Pkg.build(\"GraphTools\")"

Expand Down

0 comments on commit 9a19059

Please sign in to comment.