Browse Source

travis: attempt to run the ./install script before testintg

v1.x
Nathan Rajlich 11 years ago
parent
commit
fb14629c72
  1. 3
      .travis.yml

3
.travis.yml

@ -4,3 +4,6 @@ node_js:
- '0.8'
- '0.10'
- '0.11'
before_install:
- sudo chown -R $USER /usr/local
- sh install

Loading…
Cancel
Save