Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.
Merged
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
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ sudo: false

language: node_js
node_js:
- "0.10"
- "4"

notifications:
email: false

before_install:
- npm install -g npm@'>=3'

install:
- npm install
- node_modules/.bin/bower install


script:
# Just run the default task and make sure it builds, there aren't any tests :(
- node_modules/.bin/grunt
Expand Down