Files
bash-tutorial/.travis.yml.bak

21 lines
296 B
YAML

language: node_js
node_js:
- 'node'
branches:
only:
- master
install:
- npm ci
# keep the npm cache around to speed up installs
cache:
directories:
- "$HOME/.npm"
script: bash ./deploy.sh
env:
global:
- ENCRYPTION_LABEL: 91658d000fbc
- COMMIT_AUTHOR_EMAIL: yifeng.ruan@gmail.com