Skip to content

Commit ead6f36

Browse files
Compile Digraphs and test it
Closes #20
1 parent dc5a4a4 commit ead6f36

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ before_install:
2222
# - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update; fi # sudo apt-get install -y libglpk-dev;
2323
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi # brew install glpk;
2424

25-
script:
26-
- travis_wait 60 julia --color=yes -e 'using Pkg;
27-
Pkg.instantiate();
28-
Pkg.test("HomalgProject");'
29-
30-
after_success:
31-
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
32-
# - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
33-
3425
jobs:
3526
allow_failures:
3627
- julia: nightly

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ DocMeta.setdocmeta!( HomalgProject, :DocTestSetup, :( using HomalgProject ); rec
55
include("packages.jl")
66
include("singular.jl")
77
include("4ti2.jl")
8+
include("digraphs.jl")
89
include("homalg_project.jl")
910
include("testmanual.jl")

0 commit comments

Comments
 (0)