소스 검색

revert travis config

pull/441/head
Dave Machado 6 년 전
부모
커밋
18438d8cbc
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. +2
    -5
      .travis.yml

+ 2
- 5
.travis.yml 파일 보기

@@ -1,17 +1,14 @@
language: python
language: node_js
notifications:
email: false
before_install:
- rvm install 2.4.0
- wget https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/requirements.txt
install:
- gem install httparty ruby-progressbar
- pip install build-bot
- pip install -r requirements.txt
before_script:
- cd build
script:
- ./main.sh
after_success:
- ./build.sh
- ./deploy.sh
- ./deploy.sh

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