Browse Source

Merge pull request #1255 from braydonf/build-versions

multiple versions of node
patch-2
Matias Alejo Garcia 10 years ago
parent
commit
43e9ce87f6
  1. 2
      .travis.yml

2
.travis.yml

@ -1,6 +1,8 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '2.0.0'
before_install:
- npm install -g bower
- export DISPLAY=:99.0

Loading…
Cancel
Save