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 1fe567f commit a5d6f94Copy full SHA for a5d6f94
.travis.yml
@@ -26,7 +26,12 @@ matrix:
26
env:
27
- 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"
29
-
+ allow_failures:
30
+ - name: "TensorFlow (TensorFlow 2.0-preview)"
31
+ env:
32
+ - 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"
34
+
35
cache:
36
packages: true
37
directories:
0 commit comments