From 084251e89514464eb30f9d312983776dd50bcf88 Mon Sep 17 00:00:00 2001 From: Vitaly Voskobovich Date: Fri, 1 Dec 2017 17:06:34 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index d44fd83..91fe2e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: php + php: - 5.4 - 5.5 @@ -6,9 +7,18 @@ php: - 7.0 - 7.1 - 7.2 + +env: + global: + - secure: secure_github_oauth_token_generated_with_travis + +before_install: + - composer config -g github-oauth.github.com "$GITHUB_TOKEN" + install: - composer self-update - composer global require "fxp/composer-asset-plugin:*" - composer install - php vendor/codeception/codeception/codecept build + script: php vendor/codeception/codeception/codecept run