Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
node_js:
- 4.2.1
- 4
before_install:
- npm install -g grunt-cli
- npm install -g grunt-cli
install:
- npm install
- npm install
before_script:
- grunt build
- grunt build
deploy:
provider: heroku
api_key:
Expand Down