Browse Source

Merge pull request #631 from pelias/update_travis_node_versions

Update travis node versions
pull/634/head
Julian Simioni 9 years ago committed by GitHub
parent
commit
78c8320524
  1. 2
      .travis.yml

2
.travis.yml

@ -8,12 +8,10 @@ notifications:
node_js:
- 0.12
- 4
- 5
- 6
matrix:
fast_finish: true
allow_failures:
- node_js: 6
env:
global:
- CXX=g++-4.8

Loading…
Cancel
Save