0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
vendor
/
gabordemooij
/
redbean
/
[
Home
]
File: .travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - touch /tmp/oodb.db - mysql -e 'create database oodb;' - psql template1 -c 'CREATE EXTENSION "uuid-ossp";' -U postgres - psql -c 'create database oodb;' -U postgres - php replica2.php onlyphp - cp rb.php testing/cli/testcontainer/rb.php - cd testing/cli script: php runtests.php