dashboard
repositories
filestore
activity
search
login
modules
/
uphpCAS
mirror of
https://github.com/jacekkow/uphpCAS
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Reformat LICENSE file so it is recognized by GitHub
Jacek Kowalski
2020-03-16
82cb034a27f6f141f8c7235e78b4d2573f9cbb5a
[modules/uphpCAS]
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
sudo: required
install:
- git clone https://github.com/jacekkow/uphpCAS-tests tests
- ./tests/install.sh
script:
- ./tests/script.sh