language: php

php:
  - 5.5
  - 5.6
  - 7.0
  - 7.1
  - 7.2

install:
  - bash travis_build.sh

script:
  - phpunit FileBackendTest.php