Updated README and travis.yml

This commit is contained in:
Colin Eberhardt
2015-08-12 08:45:41 +01:00
parent 6714c36824
commit fec329f800
4 changed files with 20 additions and 72 deletions

View File

@@ -2,9 +2,12 @@ language: node_js
node_js:
- "0.12"
sudo: false
before_install:
- npm install grunt-cli -g
before_script:
- sudo apt-get update -q
- sudo apt-get install gcc
addons:
apt:
packages:
- gcc