Skip to content

Commit 34e19ab

Browse files
authored
Update .travis.yml
1 parent d47419a commit 34e19ab

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ os:
55
- linux
66

77
julia:
8-
- 1.0
8+
- 1.6
9+
- 1.7
910
matrix:
1011
- PYTHON=Conda-python
1112
env:
@@ -17,20 +18,14 @@ before_install:
1718
notifications:
1819
email: false
1920

20-
#script: # the default script is equivalent to the following
21-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
22-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("SimpleHypergraphs"); Pkg.test("SimpleHypergraphs"; coverage=true)';
23-
2421
after_success:
2522
- julia -e 'using Pkg;cd(Pkg.dir("SimpleHypergraphs")); Pkg.add("Coverage");using Coverage;Coveralls.submit(Coveralls.process_folder())';
2623
- julia --project=docs/ -e 'if Sys.isapple();exit();end;display(pwd());using Pkg;Pkg.instantiate();Pkg.develop(PackageSpec(path=pwd()));include("docs/make.jl")'
2724

28-
# - julia -e 'if VERSION >= v"0.7.0-" using Pkg end; cd(Pkg.dir("SimpleHypergraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())';
29-
3025
jobs:
3126
include:
3227
- stage: "Documentation"
33-
julia: 1.0
28+
julia: 1.7
3429
os: linux
3530
script:
3631
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();Pkg.develop(PackageSpec(path=pwd()))'

0 commit comments

Comments
 (0)