pegjs/.travis.yml
2016-10-11 12:18:27 +02:00

16 lines
153 B
YAML

sudo: false
language: node_js
node_js:
- "4.0"
- "5.0"
- "6.0"
before_script:
- npm install -g gulp
cache:
directories:
- node_modules