Skip to content

Commit b2120ac

Browse files
committed
update CI
1 parent fa65e54 commit b2120ac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ 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.0.0-rc1
29+
- _TF_VERSION=2.2.3
30+
# - _TF_VERSION=2.0.0-rc1
3031
# - _TF_VERSION=1.12.0 # Remove on Oct 22, 2019
3132
# - _TF_VERSION=1.11.0 # Remove on Sep 28, 2019
3233
# - _TF_VERSION=1.10.1 # Remove on Aug 24, 2019
@@ -101,7 +102,8 @@ deploy:
101102
on:
102103
tags: true
103104
python: '3.6'
104-
condition: '$_TF_VERSION = 2.0.0-rc1'
105+
condition: '$_TF_VERSION = 2.2.3'
106+
# condition: '$_TF_VERSION = 2.0.0-rc1'
105107
# condition: '$_TF_VERSION = 1.11.0'
106108

107109
# Documentation: https://docs.travis-ci.com/user/deployment/releases/
@@ -115,5 +117,6 @@ deploy:
115117
on:
116118
tags: true
117119
python: '3.6'
118-
condition: '$_TF_VERSION = 2.0.0-rc1'
120+
condition: '$_TF_VERSION = 2.2.3'
121+
# condition: '$_TF_VERSION = 2.0.0-rc1'
119122
# condition: '$_TF_VERSION = 1.11.0'

0 commit comments

Comments
 (0)