Browse Source

Merge pull request #2181 from edsgerlin/travis

Add `gcc` back to Travis.
pull/2184/head
Max Lv 6 years ago
committed by GitHub
parent
commit
ced2350247
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. 4
      .travis.yml

4
.travis.yml

@ -1,7 +1,9 @@
sudo: required
language: c
dist : trusty
compiler: clang
compiler:
- clang
- gcc
os:
- linux
- osx

Loading…
Cancel
Save