forked from Supositware/Haha-Yes
15 lines
272 B
YAML
15 lines
272 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
install: npm install
|
|
jobs:
|
|
include:
|
|
- stage: test
|
|
script: bash ./scripts/travis-test.sh
|
|
- stage: deploy
|
|
script: bash ./scripts/travis-deploy.sh
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
notifications:
|
|
email: false
|