Skip to content

Commit

Permalink
Travis: stages
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Feb 28, 2018
1 parent 10b8702 commit d095b81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -30,15 +30,15 @@ before_script:
# Composer
- travis_retry composer install --no-interaction
# Coverage
- if [[ "$TRAVIS_PHP_VERSION" == "7.1" && "$COMPOSER_FLAG" == "" ]]; then COVERAGE=1; fi
- if [[ "$TRAVIS_PHP_VERSION" == "7.1" && "$COMPOSER_FLAG" == "" ]]; then COVERAGE=1 CODESNIFFER=1; fi

script:
# Quality Assurance
- travis_retry composer qa

# Nette\Tester
- composer run-script tester

# Quality Assurance
- if [ "$COVERAGE" != "" ]; then travis_retry composer qa; fi

# Nette\Tester + CodeCoverage
- if [ "$COVERAGE" != "" ]; then composer tester-coverage; fi

Expand Down

0 comments on commit d095b81

Please sign in to comment.