Skip to content

Commit

Permalink
Force Travis to use Node 0.11.13
Browse files Browse the repository at this point in the history
The latest version of Node.js has a bug that
affects the Karma test runner.  A patch has been
merged to Karma, but has not landed in a version
yet.  Until a new version of Karma is released,
we should keep node at 0.11.13.

See karma-runner/karma#1182

(cherry picked from commit 9af2346a0cead634f3af5f390770ea65929c1f4a)
  • Loading branch information
DirectXMan12 committed Sep 30, 2014
1 parent 2930403 commit 3257d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.11'
- '0.11.13'
env:
matrix:
- TEST_BROWSER_NAME=PhantomJS
Expand Down

2 comments on commit 3257d9f

@mgol
Copy link

@mgol mgol commented on 3257d9f Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new Karma has been released, you can switch back to '0.11'.

@DirectXMan12
Copy link
Member Author

@DirectXMan12 DirectXMan12 commented on 3257d9f Oct 11, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.