Files
php-lua/.travis.yml
2015-10-26 20:54:55 -07:00

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