Files
discord.js/.travis.yml
2015-12-12 17:34:21 +00:00

13 lines
217 B
YAML

language: node_js
node_js:
- stable
cache:
directories:
- node_modules
branches:
only:
- master
- indev
before_install: npm install -g grunt-cli eslint
install: npm install
before_script: grunt --dev