Files
discord.js/.travis.yml
abalabahaha 44b6233a8d Travis?
2015-11-28 11:40:28 -08:00

12 lines
198 B
YAML

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