mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-23 17:16:31 +01:00
10 lines
119 B
YAML
10 lines
119 B
YAML
|
language: php
|
||
|
|
||
|
env:
|
||
|
- OPCODE_CACHE=apc
|
||
|
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
|
||
|
before_script: php ./bin/travis-setup.php $OPCODE_CACHE
|