Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voskobovich authored Dec 1, 2017
1 parent 8e70ca0 commit 084251e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 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

0 comments on commit 084251e

Please sign in to comment.