Create .travis.yml
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: c
|
||||||
|
compiler: gcc
|
||||||
|
|
||||||
|
install: make get-deps
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
os:
|
||||||
|
- linux
|
Reference in New Issue
Block a user