UNPKG

@edsilv/ami.js

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/214063/46479857-4cd66e80-c7f0-11e8-9585-5748409c9490.png" width="60%"> </p>

24 lines (23 loc) 427 B
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