This repository has been archived on 2018-04-01. You can view files and clone it, but cannot push or open issues or pull requests.
php-asio/.travis.yml

26 lines
451 B
YAML
Raw Normal View History

2018-04-01 08:35:05 +00:00
sudo: required
dist: trusty
group: edge
language: php
php:
- 7.0
- 7.1
- 7.2
- nightly
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install -qq g++-6
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
- sudo apt-get install libboost1.55-all-dev
script:
- phpize
- ./configure --enable-asio-strand
- make
after_success:
- make test