Skip to content

Commit f9dd3a5

Browse files
author
Han Wang
committed
fix bug of gcc version
1 parent e610703 commit f9dd3a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ matrix:
3333
- TENSORFLOW_VERSION=1.14
3434
- python: 3.6
3535
env:
36-
- CC=gcc-5.0
37-
- CXX=g++-5.0
36+
- CC=gcc-5
37+
- CXX=g++-5
3838
- TENSORFLOW_VERSION=1.14
3939
- python: 3.6
4040
env:
41-
- CC=gcc-8.0
42-
- CXX=g++-8.0
41+
- CC=gcc-8
42+
- CXX=g++-8
4343
- TENSORFLOW_VERSION=1.14
4444
- python: 3.7
4545
env:

0 commit comments

Comments
 (0)