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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.travis.yml
|
|
@ -1,7 +1,9 @@ |
|
|
|
sudo: required |
|
|
|
language: c |
|
|
|
dist : trusty |
|
|
|
compiler: clang |
|
|
|
compiler: |
|
|
|
- clang |
|
|
|
- gcc |
|
|
|
os: |
|
|
|
- linux |
|
|
|
- osx |
|
|
|