Files
discord.js/.travis.yml
2016-08-23 14:09:04 +01:00

15 lines
238 B
YAML

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