snappymail/.travis.yml

14 lines
293 B
YAML
Raw Normal View History

2016-05-21 03:02:39 +08:00
language: php
php:
2016-05-26 06:56:11 +08:00
- '5.3'
- '5.4'
- '5.5'
2016-05-21 03:02:39 +08:00
- '5.6'
2016-05-26 06:56:11 +08:00
- '7.0'
2016-05-25 03:27:11 +08:00
before_script:
2016-05-26 06:46:47 +08:00
- 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
2016-07-02 18:50:03 +08:00
- npm install -g eslint