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.
This commit is contained in:
parent
498d862062
commit
d8cf11cdf2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue