aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-17 10:34:07 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-17 10:34:07 +0000
commit30c139e33c62e4e0326c1a36839f94d2abb8e58c (patch)
tree6efbc85e4c02166aab22e2634302abf1b67f1d19 /.travis.yml
parent26ac597c1a49ca9452bb75eef51909fa47b823ba (diff)
downloadYAGE-30c139e33c62e4e0326c1a36839f94d2abb8e58c.tar.gz
YAGE-30c139e33c62e4e0326c1a36839f94d2abb8e58c.zip
Mores to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fea63bfa..6ad9c3b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,8 +40,8 @@ matrix:
notifications:
email: false
script:
- - "g++-6 --version"
- - "g++-7 --version"
+ - "$CC --version"
+ - "$CXX --version"
- "cd $TRAVIS_BUILD_DIR"
- "mkdir -p build"
- "cd build"