11 lines
141 B

10 years ago
sudo: false
language: node_js
node_js:
- "0.12"
- "4"
10 years ago
env:
global:
- BUILD_TIMEOUT=10000
10 years ago
install: npm install
# script: npm run ci