language: php env: CODECEPTION_VERSION: '2.5.x-dev' php: - 5.6 - 7.0 before_script: - wget https://robo.li/robo.phar - php robo.phar prepare - composer update script: - php robo.phar test cli - php robo.phar test "unit -g core"