Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 329123f

Browse files
author
Ryan Sepassi
committed
Update Travis tests for Py3 to run TF 1.6
PiperOrigin-RevId: 188563278
1 parent c7495b5 commit 329123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
- python: "3.6"
1717
env: TF_VERSION="1.4.*"
1818
- python: "3.6"
19-
env: TF_VERSION="1.6.*"
19+
env: TF_VERSION="1.5.*"
2020
before_install:
2121
- echo "deb [arch=amd64] http://storage.googleapis.com/tensorflow-serving-apt stable tensorflow-model-server tensorflow-model-server-universal" | sudo tee /etc/apt/sources.list.d/tensorflow-serving.list
2222
- curl https://storage.googleapis.com/tensorflow-serving-apt/tensorflow-serving.release.pub.gpg | sudo apt-key add -

0 commit comments

Comments
 (0)