mirror of https://github.com/jacekkow/uphpCAS

Jacek Kowalski
2020-03-16 c0b106aec5b09847f6c9e2b452d0eac6fe8061cf
Update PHP versions to ones supported by Travis CI
1 files modified
7 ■■■■ changed files
.travis.yml 7 ●●●● patch | view | raw | blame | history
.travis.yml
@@ -1,15 +1,18 @@
language: php
php:
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - 7.1
  - 7.2
  - 7.3
  - 7.4
  - nightly
sudo: required
install:
  - git clone https://github.com/jacekkow/uphpCAS-tests tests
  - sudo ./tests/install_root.sh
  - ./tests/install.sh
script: