You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ os:
5
5
- linux
6
6
7
7
julia:
8
-
- 1.0
8
+
- 1.6
9
+
- 1.7
9
10
matrix:
10
11
- PYTHON=Conda-python
11
12
env:
@@ -17,20 +18,14 @@ before_install:
17
18
notifications:
18
19
email: false
19
20
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
-
24
21
after_success:
25
22
- julia -e 'using Pkg;cd(Pkg.dir("SimpleHypergraphs")); Pkg.add("Coverage");using Coverage;Coveralls.submit(Coveralls.process_folder())';
26
23
- julia --project=docs/ -e 'if Sys.isapple();exit();end;display(pwd());using Pkg;Pkg.instantiate();Pkg.develop(PackageSpec(path=pwd()));include("docs/make.jl")'
27
24
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
-
30
25
jobs:
31
26
include:
32
27
- stage: "Documentation"
33
-
julia: 1.0
28
+
julia: 1.7
34
29
os: linux
35
30
script:
36
31
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();Pkg.develop(PackageSpec(path=pwd()))'
0 commit comments