mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
Small fix (travis)
This commit is contained in:
parent
c443f54e01
commit
8e1be065c6
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- '5.3'
|
|
||||||
- '5.6'
|
- '5.6'
|
||||||
- '7.0'
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -sL https://deb.nodesource.com/setup | sudo bash -
|
|
||||||
- sudo apt-get update
|
- 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 -g gulp
|
||||||
- npm install
|
- npm install
|
||||||
|
|
Loading…
Reference in a new issue