Skip to content

Commit 26701c6

Browse files
properly indent travis script
1 parent 1b14ac8 commit 26701c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ cache:
1919
before_script:
2020
- pip2.7 install --upgrade --ignore-installed --user travis virtualenv
2121
- pip2.7 install --upgrade --ignore-installed --user travis keras h5py pyyaml requests Pillow scipy theano
22-
- if [[ $TENSORFLOW_VERSION == "1.12" ]]; then
22+
- |
23+
if [[ $TENSORFLOW_VERSION == "1.12" ]]; then
2324
pip2.7 install --upgrade --ignore-installed --user travis https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp27-none-linux_x86_64.whl
2425
else
2526
pip2.7 install --upgrade --ignore-installed --user travis tensorflow

0 commit comments

Comments
 (0)