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