Files
php-lua/.travis.yml
2015-10-26 20:59:34 -07:00

24 lines
315 B
YAML

language: php
addons:
apt:
packages:
- liblua5.2-dev
php:
- 7.0
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