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

Commit 975d7fc

Browse files
author
Ryan Sepassi
committed
Update Travis tests with TF 1.6
PiperOrigin-RevId: 187545132
1 parent cfcc319 commit 975d7fc

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
@@ -10,13 +10,13 @@ env:
1010
matrix:
1111
- TF_VERSION="1.4.*"
1212
- TF_VERSION="1.5.*"
13-
- TF_VERSION="1.6.0rc1"
13+
- TF_VERSION="1.6.*"
1414
matrix:
1515
exclude:
1616
- python: "3.6"
1717
env: TF_VERSION="1.4.*"
1818
- python: "3.6"
19-
env: TF_VERSION="1.6.0rc1"
19+
env: TF_VERSION="1.6.*"
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)