You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
502 B

language: haxe
sudo: true
haxe:
- development
- 3.4.7
- 3.4.2
before_install:
#install php 7.2 on ubuntu trusty
- sudo add-apt-repository ppa:ondrej/php -y
- sudo apt-get update
- sudo apt-get install -y php7.2
#create database in mysql5.6
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
services:
- mysql
install:
- haxelib install all --always
script:
- haxe test.hxml
- neko test.n mysql://travis:@127.0.0.1/test
- php -v
- haxe testPHP.hxml
- php index.php mysql://travis:@127.0.0.1/test