Files
php-lua/.travis.yml
2019-12-24 12:54:21 +08:00

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