diff --git a/.travis.yml b/.travis.yml index 275025f0c..dfca6c466 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,8 @@ notifications: email: true env: - - COMPILER=clang++-3.8 - - CONFIG=debug - - CONFIG=release + - COMPILER=clang++-3.8 CONFIG=debug + - COMPILER=clang++-3.8 CONFIG=release script: - cd build &&