Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Force Travis to use node 0.11.13
Browse files Browse the repository at this point in the history
As a bugfix until karma-runner/karma#1182
is released with karma v0.12.14.
  • Loading branch information
Xiphe committed Sep 30, 2014
1 parent fa59712 commit da8f40a
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,6 +1,6 @@
language: node_js
node_js:
- '0.11'
- '0.11.13'
env:
global:
- PROTRACTOR_BROWSERS=firefox
Expand Down

0 comments on commit da8f40a

Please sign in to comment.