Browse Source

Added travis ci support to test against modern node versions

semi-dynamic-namespace-imports
Amila Welihinda 9 years ago
committed by GitHub
parent
commit
6ef17527f9
  1. 2
      .travis.yml

2
.travis.yml

@ -3,6 +3,8 @@ language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
env:
global:
- BUILD_TIMEOUT=10000

Loading…
Cancel
Save