Skip to content

Commit 31c00fb

Browse files
authored
ci: pin to non-broken nightlies (#2332)
Summary: Due to <tensorflow/tensorflow#29536>. This unblocks our CI until tomorrow’s nightlies are pushed. Test Plan: Fingers crossed. wchargin-branch: pin-20190606-nightly
1 parent 1f56953 commit 31c00fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ env:
1919
- BAZEL=0.22.0
2020
- BAZEL_SHA256SUM=8474ed28ed4998e2f5671ddf3a9a80ae9e484a5de3b8b70c8b654c017c65d363
2121
matrix:
22-
- TF_VERSION_ID=tf-nightly
23-
- TF_VERSION_ID=tf-nightly-2.0-preview
22+
- TF_VERSION_ID=tf-nightly==1.14.1.dev20190606
23+
- TF_VERSION_ID=tf-nightly-2.0-preview==2.0.0.dev20190606
2424
- TF_VERSION_ID= # Do not install TensorFlow in this case
2525

2626
cache:

0 commit comments

Comments
 (0)