Skip to content

Commit f6c9aed

Browse files
committed
add export CXX="g++-7" to travis
1 parent c8d390d commit f6c9aed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: cpp
22
sudo: required
33
dist: trusty
44
compiler:
5-
- gcc
5+
- g++
6+
install: export CXX="g++-7"
67
os:
78
- linux
89
before_script:

0 commit comments

Comments
 (0)