Skip to content

Commit

Permalink
Update node to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed May 17, 2015
1 parent 61589d3 commit 9eab2f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ cache:
language: ruby
rvm:
- 2.2.2
node_js:
- "0.12"
before_install: gem update --remote bundler
install:
- bundle install --retry=3
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5" # give xvfb some time to start
- "node -v"
- "cd protractor"
- "npm install"
- "cd testapp"
Expand Down

0 comments on commit 9eab2f1

Please sign in to comment.