Skip to content

Commit a5d6f94

Browse files
ignore tf 2.0 failures while investigated
1 parent 1fe567f commit a5d6f94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ matrix:
2626
env:
2727
- KERAS_IMPLEMENTATION="tensorflow"
2828
- 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-
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+
3035
cache:
3136
packages: true
3237
directories:

0 commit comments

Comments
 (0)