summaryrefslogtreecommitdiff
path: root/node_modules/discord.js/.travis.yml
blob: d1d537becca249c6bc65ed841a09c4e927445304 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js
node_js:
  - "6"
cache:
  directories:
    - node_modules
install: npm install
script:
  - npm run test
  - bash ./deploy/deploy.sh
env:
  global:
    - ENCRYPTION_LABEL: "af862fa96d3e"
    - COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
dist: trusty
sudo: false