1
0
Fork 0
blog/.travis.yml

24 lines
329 B
YAML
Raw Normal View History

2018-07-11 17:56:13 +02:00
language: node_js
node_js: node
2016-04-24 01:47:18 +02:00
cache:
directories:
2018-07-11 17:56:13 +02:00
- node_modules
- public
2016-04-24 01:47:18 +02:00
2018-07-11 17:56:13 +02:00
install:
- npm i
2016-04-24 01:47:18 +02:00
2018-07-11 17:56:13 +02:00
script:
- npm test
2018-09-29 23:34:47 +02:00
- npm run build
2016-04-24 03:14:39 +02:00
2018-07-11 17:56:13 +02:00
after_success:
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin
- npm run deploy
2016-04-24 03:14:39 +02:00
notifications:
2018-09-13 22:28:41 +02:00
email: false
slack: kremalicious:LXLUCjkY5yaZaC9vHl9vIORr