Small fix (travis)

This commit is contained in:
RainLoop Team 2016-05-26 01:46:47 +03:00
parent c443f54e01
commit 8e1be065c6

View file

@ -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