Skip to content

Commit

Permalink
testing only for Codeception 2.1 and 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger-seo authored Dec 19, 2016
1 parent 6597db8 commit c725153
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ php:
- 7.0

env:
- CODECEPTION_VERSION="2.0" GUZZLE="4.*"
- CODECEPTION_VERSION="2.1" GUZZLE="5.*"
- CODECEPTION_VERSION="2.1"
- CODECEPTION_VERSION="2.2"

before_script:
- composer install -n --prefer-dist --dev
- composer require guzzlehttp/guzzle:${GUZZLE}
- composer require codeception/codeception:${CODECEPTION_VERSION}

script:
Expand Down

0 comments on commit c725153

Please sign in to comment.