Skip to content

Commit a4d45ab

Browse files
committed
Update test names in the .travis.yml for Julia 1.0 and Julia 1.1.
1 parent 3001319 commit a4d45ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
###### Tests
1616
### Julia 1.0
1717
- stage: "Unit tests"
18-
name: "Unit tests (Julia 1.3) (Linux)"
18+
name: "Unit tests (Julia 1.0) (Linux)"
1919
julia: 1.0
2020
os: linux
2121
script:
2222
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
2323

2424
### Julia 1.1
2525
- stage: "Unit tests"
26-
name: "Unit tests (Julia 1.3) (Linux)"
26+
name: "Unit tests (Julia 1.1) (Linux)"
2727
julia: 1.1
2828
os: linux
2929
script:

0 commit comments

Comments
 (0)