Travis CI integration
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: c
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_script:
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install nodejs
|
||||
script: make
|
Reference in New Issue
Block a user