Browse Source

Include Node.js 4 in travis builds.

patch-2
Braydon Fuller 9 years ago
parent
commit
00c6706d10
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save