Trying out travis

This commit is contained in:
Colin Eberhardt
2015-08-12 08:25:57 +01:00
parent 6d10a623d0
commit 6714c36824
3 changed files with 43 additions and 34 deletions

View File

@@ -1,8 +1,10 @@
language: c
compiler:
- clang
- gcc
language: node_js
node_js:
- "0.12"
before_install:
- npm install grunt-cli -g
before_script:
- sudo apt-get update -q
- sudo apt-get install nodejs
script: make
- sudo apt-get install gcc