Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger-seo committed Dec 20, 2016
1 parent c725153 commit e0509bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ php:
- 7.0

env:
- CODECEPTION_VERSION="2.1"
- CODECEPTION_VERSION="2.2"
- CODECEPTION_VERSION="2.1" DEPENDENCY_PACKAGES=""
- CODECEPTION_VERSION="2.2" DEPENDENCY_PACKAGES="facebook/webdriver:1.x phpunit/phpunit:>4.8.20"

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

script:
- bin/codecept build
Expand Down

0 comments on commit e0509bb

Please sign in to comment.