Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Travis error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Afzal committed Dec 28, 2016
1 parent 5431ac9 commit 6463883
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ php:
- '7.0'
- '7.1'

install:
- composer install -n
before_script:
- travis_retry composer self-update
- travis_retry composer install --dev --no-interaction

script:
- vendor/bin/phpunit

0 comments on commit 6463883

Please sign in to comment.