trying to fix travis build

This commit is contained in:
Amish Shah
2015-12-04 20:52:35 +00:00
parent 5cb09fef47
commit c5e41544a2

View File

@@ -7,6 +7,6 @@ cache:
branches: branches:
only: only:
- master - master
before_install: npm install -g grunt-cli before_install: npm install -g grunt-cli eslint
install: npm install install: npm install
before_script: grunt --dev before_script: grunt --dev