Skip to content

Commit 2d87e68

Browse files
Merge pull request #708 from rstudio/bugfix/update-travis-1.13
add nightly; update 2.0 preview URL
2 parents af3d1e2 + 9a6701e commit 2d87e68

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,23 @@ matrix:
2222
env:
2323
- KERAS_IMPLEMENTATION="tensorflow"
2424
- TENSORFLOW_WHEEL="https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp27-none-linux_x86_64.whl"
25+
- name: "nightly"
26+
env:
27+
- TENSORFLOW_VERSION="nightly"
28+
- TENSORFLOW_PYTHON="/usr/bin/python3"
2529
- name: "TensorFlow (TensorFlow 2.0-preview)"
2630
env:
2731
- KERAS_IMPLEMENTATION="tensorflow"
28-
- TENSORFLOW_WHEEL="https://files.pythonhosted.org/packages/b8/48/983c8af6e63cfeebb6bb89866c38ea7d16491b8f72309f27df41b33a751e/tf_nightly_2.0_preview-1.13.0.dev20190117-cp27-cp27mu-manylinux1_x86_64.whl"
32+
- TENSORFLOW_WHEEL="https://files.pythonhosted.org/packages/ba/98/b0b9b83c9eddb9a112e0f928481c78232e1675397ccc717d1dcd92b8544b/tf_nightly_2.0_preview-2.0.0.dev20190319-cp27-cp27mu-manylinux1_x86_64.whl"
2933
allow_failures:
34+
- name: "nightly"
35+
env:
36+
- TENSORFLOW_VERSION="nightly"
37+
- TENSORFLOW_PYTHON="/usr/bin/python3"
3038
- name: "TensorFlow (TensorFlow 2.0-preview)"
3139
env:
3240
- KERAS_IMPLEMENTATION="tensorflow"
33-
- TENSORFLOW_WHEEL="https://files.pythonhosted.org/packages/b8/48/983c8af6e63cfeebb6bb89866c38ea7d16491b8f72309f27df41b33a751e/tf_nightly_2.0_preview-1.13.0.dev20190117-cp27-cp27mu-manylinux1_x86_64.whl"
41+
- TENSORFLOW_WHEEL="https://files.pythonhosted.org/packages/ba/98/b0b9b83c9eddb9a112e0f928481c78232e1675397ccc717d1dcd92b8544b/tf_nightly_2.0_preview-2.0.0.dev20190319-cp27-cp27mu-manylinux1_x86_64.whl"
3442

3543
cache:
3644
packages: true

0 commit comments

Comments
 (0)