We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f934d commit d0f4b53Copy full SHA for d0f4b53
.travis.yml
@@ -30,15 +30,15 @@ jobs:
30
31
- stage:
32
julia: 1.4
33
+
34
+ - stage:
35
+ julia: 1.5
36
after_success:
37
# Code coverage
38
- julia -e 'using Pkg; Pkg.add("Coverage");'
39
- julia -e 'using Coverage; Coveralls.submit(Coveralls.process_folder());'
40
- julia -e 'using Coverage; Codecov.submit(Codecov.process_folder());'
41
- - stage:
- julia: 1.5
-
42
43
julia: nightly
44
@@ -47,7 +47,7 @@ jobs:
47
########################################################
48
49
- stage: "Documentation"
50
- julia: 1.4
51
install:
52
- sudo apt-get update
53
- sudo apt-get install -y python3.7 python3-pip python3-setuptools
0 commit comments