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

Jacek Kowalski
2020-10-05 634a496d01950b9ff791d3bc99accece43a3dd4f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: php
php:
  - 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:
  - ./tests/script.sh