Skip to content

Commit

Permalink
add export CXX="g++-7" to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 18, 2018
1 parent c8d390d commit f6c9aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: cpp
sudo: required
dist: trusty
compiler:
- gcc
- g++
install: export CXX="g++-7"
os:
- linux
before_script:
Expand Down

0 comments on commit f6c9aed

Please sign in to comment.