This repository has been archived on 2020-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
php-armadillo/.travis.yml

24 lines
353 B
YAML
Raw Normal View History

2019-03-20 14:55:19 +00:00
dist: xenial
group: edge
language: php
php:
- 7.1
- 7.2
- 7.3
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
- sudo apt-get install -qq g++-7
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
script:
- phpize
- ./configure
- make
- make test