From d8cf11cdf276982011a132b12561ae456c414326 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Wed, 11 Apr 2018 08:47:40 +0200 Subject: [PATCH] Fix travis.yml For some reason #2659 was an invalid .travis.yml and this reverts that part of the commit that changes the .travis.yml. It resulted in travis not starting jobs. There should be a travis build again for this PR. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a187b7b22e..069336c6964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,6 @@ before_install: command curl -sSL https://rvm.io/mpapis.asc | gpg --import - rvm get stable fi - - echo "TRAVIS_BRANCH:" - - echo $TRAVIS_BRANCH install: - . $HOME/.nvm/nvm.sh