소스 검색

Update Travis to only build and deploy on success

pull/362/head
Dave Machado 7 년 전
committed by GitHub
부모
커밋
204a6cfdb2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      .travis.yml

+ 3
- 3
.travis.yml 파일 보기

@@ -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

불러오는 중...
취소
저장