Related to Travis CI Configuration - nsidhaye/msphpsql GitHub Wiki

Welcome to the msphpsql wiki!

Interested links : installing-dependencies

Support

Travis CI supports (for public Repo) following Linux Distro CI-Env:

  1. Ubuntu 12.04 LTS Server Edition 64 bit
  2. Ubuntu 14.04 LTS Server Edition 64 bit.

Travis CI supports Mac too but for private repo.

If you want latest like Ubuntu 16 then better to use Docker Env. Basically we can create docker & push and then use that docker in Travis-ci

Need to check as per quick analysis docker is available for paid support. But no harm in trying as Trusty Environment (which is available for both private & public) mentioned about docker.

sudo: required dist: trusty language: php services: - docker

Docker problem

centos-7-with-travis-ci

We can try Xenial Xerus image which is having PHP 7

PHP

PHP runtimes are built using php-build.