Commit 204a6cfd authored by Dave Machado's avatar Dave Machado Committed by GitHub
Browse files

Update Travis to only build and deploy on success

parent 2aa2364e
language: node_js language: node_js
notifications:
email: false
before_install: before_install:
- rvm install 2.4.0 - rvm install 2.4.0
install: install:
- gem install awesome_bot - gem install awesome_bot
script: script:
- awesome_bot README.md --allow-ssl --allow 403 - awesome_bot README.md --allow-ssl --allow 403
after_script: after_success:
- cd build - cd build
- sh build.sh - sh build.sh
- sh deploy.sh - sh deploy.sh
notifications:
email: false
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment