ci: Remove Travis CI caching workaround

Travis CI now takes into account the environment variables when
generating the cache hash. So the workaround of appending random unique
stuff to "compiler" is now unnecessary.
This commit is contained in:
Jonathan Li 2016-09-16 23:45:44 +01:00
parent 4d5e051387
commit 639aafda12
1 changed files with 5 additions and 5 deletions

View File

@ -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: