Skip to content

Commit 0321534

Browse files
committed
Update Travis to use TensorFlow 1.14.0-rc1
1 parent d292673 commit 0321534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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=tensorflow==1.14.0rc1
23+
- TF_VERSION_ID=tf-nightly-2.0-preview==2.0.0.dev20190613
2424
- TF_VERSION_ID= # Do not install TensorFlow in this case
2525

2626
cache:

0 commit comments

Comments
 (0)