.travis.yml
language: node_js
node_js:
- 10.13.0
sudo: required
cache:
yarn: true
directories:
- node_modules
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
script:
- yarn ami
notifications:
slack: fnndsc:UohaXDsjFDVqZj5IfdC88XRa
deploy:
provider: script
skip_cleanup: true
script: scripts/deploy.sh
on:
repo: FNNDSC/ami
branch: master
tags: false