Browse Source

Use Ruby 1.9 in travis.

pull/176/head
Simon Eisenmann 11 years ago
parent
commit
d767e05839
  1. 2
      .travis.yml

2
.travis.yml

@ -9,7 +9,7 @@ go: @@ -9,7 +9,7 @@ go:
- tip
env:
- GEM_HOME=/var/lib/gems/1.8
- GEM_HOME=/var/lib/gems/1.9
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js

Loading…
Cancel
Save