diff --git a/.travis.yml b/.travis.yml index 2740b3593b..a288e8261f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,19 +8,19 @@ cache: ccache matrix: include: - env: VERSION=6 BITS=32 - compiler: gcc-6-32 + compiler: gcc os: linux - env: VERSION=5 BITS=32 - compiler: gcc-5-32 + compiler: gcc os: linux - env: VERSION=4.9 BITS=32 - compiler: gcc-4.9-32 + compiler: gcc os: linux - env: VERSION=3.8 BITS=32 - compiler: clang-3.8-32 + compiler: clang os: linux - env: VERSION=4.9 BITS=64 - compiler: gcc-4.9-64 + compiler: gcc os: linux before_install: