Skip to content

Commit

Permalink
removing test scripts/stages
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydiablo committed Jun 4, 2018
1 parent a5b7844 commit e0eb83e
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ install:
- phpenv rehash
- travis_retry composer install --no-interaction --prefer-source

stages:
- phpstan analysis
- test with coverage
script:
- composer phpstan

before_script:
- if [[ "$USE_XDEBUG" == false ]]; then phpenv config-rm xdebug.ini || return 0; fi
Expand All @@ -29,16 +28,3 @@ jobs:
fast_finish: true
allow_failures:
- php: nightly
include:
- stage: phpstan analysis
php: 7.1
env: TMPDIR=/tmp USE_XDEBUG=false
script:
- composer phpstan
- stage: test with coverage
php: 7.1
env: TMPDIR=/tmp USE_XDEBUG=true
script:
- composer test-with-coverage
after_success:
- bash <(curl -s https://codecov.io/bash) -f ./clover.xml

0 comments on commit e0eb83e

Please sign in to comment.