This commit is contained in:
abalabahaha
2015-11-28 11:40:28 -08:00
parent eaf30cc80c
commit 44b6233a8d

View File

@@ -1,9 +1,12 @@
language: node_js language: node_js
node_js: node_js:
- "stable" - stable
cache: cache:
directories: directories:
- node_modules - node_modules
branches: branches:
only: only:
- master - master
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt --dev