We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d390d commit f6c9aedCopy full SHA for f6c9aed
.travis.yml
@@ -2,7 +2,8 @@ language: cpp
2
sudo: required
3
dist: trusty
4
compiler:
5
-- gcc
+- g++
6
+install: export CXX="g++-7"
7
os:
8
- linux
9
before_script:
0 commit comments