Skip to content

Commit 5ca8790

Browse files
authored
Merge pull request #362 from rahulunair/tf2.0_travis
updating CI builds from tf2.0.0rc2 to tf2.0.0
2 parents 7044e41 + dd7c6e8 commit 5ca8790

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ matrix:
1919
env:
2020
- TENSORFLOW_VERSION="default"
2121
- TENSORFLOW_EAGER="TRUE"
22-
- name: "Tensorflow (2.0.0-rc2)"
22+
- name: "Tensorflow (2.0.0)"
2323
env:
24-
- TENSORFLOW_VERSION="2.0.0-rc2"
24+
- TENSORFLOW_VERSION="2.0.0"
2525
- TENSORFLOW_TEST_EXAMPLES=""
2626
- name: "Tensorflow (1.14)"
2727
env:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
global:
55
USE_RTOOLS: true
66
matrix:
7-
- TF_VERSION: 2.0.0rc2
7+
- TF_VERSION: 2.0.0
88
- TF_VERSION: 1.14.0
99
- TF_VERSION: 1.13.1
1010
- TF_VERSION: 1.12.0

0 commit comments

Comments
 (0)