Skip to content

Commit aabacd8

Browse files
committed
Undo
1 parent b2120ac commit aabacd8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ env:
2626
# Backward Compatibility in insured for release less than 1 year old.
2727
# https://pypi.org/project/tensorflow/#history
2828
matrix:
29-
- _TF_VERSION=2.2.3
30-
# - _TF_VERSION=2.0.0-rc1
29+
- _TF_VERSION=2.0.0-rc1
3130
# - _TF_VERSION=1.12.0 # Remove on Oct 22, 2019
3231
# - _TF_VERSION=1.11.0 # Remove on Sep 28, 2019
3332
# - _TF_VERSION=1.10.1 # Remove on Aug 24, 2019
@@ -102,8 +101,7 @@ deploy:
102101
on:
103102
tags: true
104103
python: '3.6'
105-
condition: '$_TF_VERSION = 2.2.3'
106-
# condition: '$_TF_VERSION = 2.0.0-rc1'
104+
condition: '$_TF_VERSION = 2.0.0-rc1'
107105
# condition: '$_TF_VERSION = 1.11.0'
108106

109107
# Documentation: https://docs.travis-ci.com/user/deployment/releases/
@@ -117,6 +115,5 @@ deploy:
117115
on:
118116
tags: true
119117
python: '3.6'
120-
condition: '$_TF_VERSION = 2.2.3'
121-
# condition: '$_TF_VERSION = 2.0.0-rc1'
118+
condition: '$_TF_VERSION = 2.0.0-rc1'
122119
# condition: '$_TF_VERSION = 1.11.0'

0 commit comments

Comments
 (0)