.
This commit is contained in:
13
.travis.yml
13
.travis.yml
@ -1,8 +1,8 @@
|
|||||||
language: c
|
#language: c
|
||||||
|
|
||||||
compiler:
|
#compiler:
|
||||||
- gcc
|
# - gcc
|
||||||
- clang
|
# - clang
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@ -14,6 +14,11 @@ script:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- language: c
|
||||||
|
compiler: clang
|
||||||
|
- language: c
|
||||||
|
compiler: gcc
|
||||||
|
|
||||||
- name: Linux amd64
|
- name: Linux amd64
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
Reference in New Issue
Block a user