mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
22 lines
385 B
YAML
22 lines
385 B
YAML
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"
|
|
- CXX=g++-4.9
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.9
|