Vim/.travis.yml
2015-11-20 02:29:21 -08:00

16 lines
177 B
YAML

notifications:
email: false
language: node_js
node_js:
- "0.12"
install:
- npm install
before_script:
- npm install -g gulp
- gulp init
script:
- gulp