You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
269 B
YAML

language: node_js
node_js:
- "8"
- "9"
cache:
directories:
- node_modules
install: npm install
script:
- bash ./deploy/deploy.sh
env:
global:
- ENCRYPTION_LABEL: "1fc90f464345"
- COMMIT_AUTHOR_EMAIL: "Gawdl3y@gawdl3y.com"
dist: trusty
sudo: false