remove trusty matrix expansion

trusty is now the travis linux default
pull/1385/head
Stephen 7 years ago committed by GitHub
parent 583849cd23
commit 1d230a583b

@ -5,13 +5,5 @@ language: c
compiler:
- clang
- gcc
matrix:
include:
- os: linux
dist: trusty
compiler: gcc
- os: linux
dist: trusty
compiler: clang
script:
- make

Loading…
Cancel
Save