From 18438d8cbc47ec5f90622a361b6ee7c224820eac Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 3 Aug 2017 15:20:48 -0400 Subject: [PATCH] revert travis config --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5f36618..249415ee 100644 --- a/.travis.yml +++ b/.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 \ No newline at end of file