mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 00:52:12 +01:00
28 lines
347 B
YAML
28 lines
347 B
YAML
language: php
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- liblua5.2-dev
|
|
|
|
php:
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4
|
|
|
|
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: TEST_PHP_ARGS="--show-diff" make test
|