Skip to content

Commit 24022ed

Browse files
committed
Test with Julia 1.0 in Travis CI
1 parent 5b02ab5 commit 24022ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
env:
88
matrix:
99
- JULIA_VERSION=0.6.4 CROSS_VERSION=1
10-
- JULIA_VERSION=0.7.0-rc2
10+
- JULIA_VERSION=1.0.0
1111
# - JULIA_VERSION=nightly
1212
global:
1313
- TOXENV=py
@@ -17,7 +17,7 @@ matrix:
1717
- language: generic
1818
env:
1919
- PYTHON=python2
20-
- JULIA_VERSION=0.7.0-rc2
20+
- JULIA_VERSION=1.0.0
2121
# - JULIA_VERSION=nightly
2222
os: osx
2323
- language: generic
@@ -29,7 +29,7 @@ matrix:
2929
- language: generic
3030
env:
3131
- PYTHON=python3
32-
- JULIA_VERSION=0.7.0-rc2
32+
- JULIA_VERSION=1.0.0
3333
# - JULIA_VERSION=nightly
3434
os: osx
3535
- language: generic

0 commit comments

Comments
 (0)