From 8e1be065c6ba541756ae22fc3aecc4e52f2be33a Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Thu, 26 May 2016 01:46:47 +0300 Subject: [PATCH] Small fix (travis) --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dbf61c91e..a476023b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: php php: - - '5.3' - '5.6' - - '7.0' before_script: - - curl -sL https://deb.nodesource.com/setup | sudo bash - - sudo apt-get update - - sudo apt-get install -y nodejs + - sudo apt-get install -y build-essential libssl-dev + - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash + - nvm install 4.4.5 + - nvm use 4.4.5 - npm install -g gulp - npm install