Skip to content

Commit

Permalink
chore: fix TravisCI build
Browse files Browse the repository at this point in the history
Fixes #45

Closes #46
  • Loading branch information
pkozlowski-opensource committed Oct 14, 2014
1 parent 5114878 commit 3e77c50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: node_js
node_js:
- 0.8
- "0.8"
- "0.10"

before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'

before_script:
- npm install -g grunt-cli
Expand Down

0 comments on commit 3e77c50

Please sign in to comment.