Files
discord.js/.travis.yml
2015-12-04 20:52:35 +00:00

12 lines
205 B
YAML

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