From e3f15de1f869cdfb9eaf7c7ff3d6597acbe0a506 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Thu, 12 Jan 2017 18:25:06 -0500 Subject: [PATCH] Revert "Gotta set them actually" This reverts commit 6cef5c6beb99514bc774f038687b06c7ae856416. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40ea4f915..7d6688b99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,9 @@ addons: - libboost-dev - liblua5.1-0-dev - zlib1g-dev +env: COMPILER=g++-5 script: - - CC=gcc-5 CXX=g++-5 cmake -G "Unix Makefiles" -DEQEMU_BUILD_TESTS=ON -DEQEMU_ENABLE_BOTS=ON + - cmake -G "Unix Makefiles" -DEQEMU_BUILD_TESTS=ON -DEQEMU_ENABLE_BOTS=ON - make -j8 - ./bin/tests branches: