From 8653060ae68b285a532097a878ce08a5e70ceb41 Mon Sep 17 00:00:00 2001 From: Yu Kobayashi Date: Fri, 18 Nov 2016 02:55:39 +0900 Subject: [PATCH] Update Travis TensorFlow to 0.11.0 (#4367) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44ae977e4..38686725e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,9 +49,9 @@ install: # install TensorFlow - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then - pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl; + pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl; elif [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then - pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp34-cp34m-linux_x86_64.whl; + pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp34-cp34m-linux_x86_64.whl; fi # command to run tests script: