diff --git a/.travis.yml b/.travis.yml index 4bf3a9e..de7d6f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,21 +5,18 @@ matrix: - env: test="x64 4.8.4 (make)" os: linux dist: trusty - sudo: required compiler: gcc script: make - env: test="x64 4.8.4 (autotools)" os: linux dist: trusty - sudo: required compiler: gcc script: ./autogen.sh && ./configure && make distcheck - env: test="x64 5.0 (autotools)" os: linux dist: trusty - sudo: required compiler: clang script: ./autogen.sh && ./configure && make distcheck