1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 05:31:44 +02:00
portfolio/.travis.yml

23 lines
282 B
YAML
Raw Normal View History

2018-05-14 01:50:11 +02:00
language: node_js
node_js: node
cache:
directories:
- node_modules
- public
install:
- npm i
script:
- npm test
- npm run build
after_success:
2018-06-19 22:48:33 +02:00
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin
2018-05-14 01:50:11 +02:00
- npm run deploy
notifications:
2018-05-14 20:15:14 +02:00
email: false