Merge pull request #1385 from stephengroat/patch-1

remove trusty matrix expansion
pull/1392/head
Jens Steube 7 years ago committed by GitHub
commit 5b85d1d4d7

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