Skip to content

Commit 3d74f12

Browse files
authored
Merge pull request #147 from njzjz/tf2.1
bump test tensorflow version to 2.1
2 parents fc78c79 + d20753a commit 3d74f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ matrix:
6565
env:
6666
- CC=gcc-5
6767
- CXX=g++-5
68-
- TENSORFLOW_VERSION=2.0
68+
- TENSORFLOW_VERSION=2.1
6969
- python: 3.7
7070
env:
7171
- CC=gcc-8
7272
- CXX=g++-8
73-
- TENSORFLOW_VERSION=2.0
73+
- TENSORFLOW_VERSION=2.1
7474
before_install:
7575
- pip install --upgrade pip
7676
- pip install --upgrade setuptools

0 commit comments

Comments
 (0)