Use spaces in .travis.yml

This commit is contained in:
James Allen 2014-08-15 11:10:59 +01:00
parent e9c94d49bc
commit d74755e55b

View file

@ -1,14 +1,14 @@
language: node_js
node_js:
- "0.10"
- "0.10"
before_install:
- npm install -g grunt-cli
- npm install -g grunt-cli
install:
- npm install
- grunt install
- npm install
- grunt install
script:
- grunt test:unit
- grunt test:unit