Ver a proveniência

Update Travis to only build and deploy on success

pull/362/head
Dave Machado há 7 anos
committed by GitHub
ascendente
cometimento
204a6cfdb2
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      .travis.yml

+ 3
- 3
.travis.yml Ver ficheiro

@@ -1,13 +1,13 @@
language: node_js
notifications:
email: false
before_install:
- rvm install 2.4.0
install:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-ssl --allow 403
after_script:
after_success:
- cd build
- sh build.sh
- sh deploy.sh
notifications:
email: false

Carregando…
Cancelar
Guardar