Browse Source

add travis config

contingency-plan
Rich-Harris 10 years ago
parent
commit
dedb104345
  1. 9
      .travis.yml

9
.travis.yml

@ -0,0 +1,9 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
env:
global:
- BUILD_TIMEOUT=10000
Loading…
Cancel
Save