Commit 18438d8c authored by Dave Machado's avatar Dave Machado
Browse files

revert travis config

parent b50073d2
language: python language: node_js
notifications: notifications:
email: false email: false
before_install: before_install:
- rvm install 2.4.0 - rvm install 2.4.0
- wget https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/requirements.txt
install: install:
- gem install httparty ruby-progressbar - gem install httparty ruby-progressbar
- pip install build-bot
- pip install -r requirements.txt
before_script: before_script:
- cd build - cd build
script: script:
- ./main.sh - ./main.sh
after_success: after_success:
- ./build.sh - ./build.sh
- ./deploy.sh - ./deploy.sh
\ No newline at end of file
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