Browse Source

adding 0.12, 5.5 to .travis.yml

master
Bryan Donovan 9 years ago
parent
commit
c524de82de
  1. 2
      .travis.yml

2
.travis.yml

@ -1,6 +1,8 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '5.5'
script: 'make test-travis'
branches:
only:

Loading…
Cancel
Save