Skip to content

Commit

Permalink
chosen doesn't build with node > 6 (#2841)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt authored Jun 21, 2017
1 parent 8913ff9 commit 40cb8a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ sudo: false
language: node_js

node_js:
- "node"
- 6
- node

addons:
apt:
Expand All @@ -12,6 +13,11 @@ addons:
packages:
- git

matrix:
fast_finish: true
allow_failures:
- node_js: node

before_install: npm install -g grunt-cli
before_script: grunt build package-npm package-bower

Expand Down

0 comments on commit 40cb8a0

Please sign in to comment.