mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 09:02:13 +01:00
27 lines
311 B
YAML
27 lines
311 B
YAML
language: php
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- liblua5.2-dev
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
|
|
notifications:
|
|
email: false
|
|
irc: "irc.efnet.org#php.yaf"
|
|
|
|
env:
|
|
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1
|
|
|
|
#Compile
|
|
before_script:
|
|
- ./travis/compile.sh
|
|
|
|
# Run PHPs run-tests.php
|
|
script: make test
|