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 3001319 commit a4d45abCopy full SHA for a4d45ab
.travis.yml
@@ -15,15 +15,15 @@ jobs:
15
###### Tests
16
### Julia 1.0
17
- stage: "Unit tests"
18
- name: "Unit tests (Julia 1.3) (Linux)"
+ name: "Unit tests (Julia 1.0) (Linux)"
19
julia: 1.0
20
os: linux
21
script:
22
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
23
24
### Julia 1.1
25
26
+ name: "Unit tests (Julia 1.1) (Linux)"
27
julia: 1.1
28
29
0 commit comments