Skip to content

Commit

Permalink
Downgrading Node version to fix travis build
Browse files Browse the repository at this point in the history
Apparently karma currently does not work in latest version of Node. Read
more here:

karma-runner/karma#1182

Fixes #90
  • Loading branch information
spoike committed Sep 29, 2014
1 parent 6b50aea commit 8e2858c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "0.11"
- "0.11.13"
- "0.10"

before_install:
Expand Down

0 comments on commit 8e2858c

Please sign in to comment.