Skip to content

Commit

Permalink
Removing obsolete travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 1, 2017
1 parent 435718d commit ec7535f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
- LARAVEL_VERSION="~5.5" TESTBENCH_VERSION="~3.5"

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist

script:
Expand All @@ -22,13 +21,6 @@ after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

sudo: false

branches:
only:
- 2.0
- master

notifications:
email:
- [email protected]
Expand Down

0 comments on commit ec7535f

Please sign in to comment.