Skip to content

Commit b6338ce

Browse files
miladrahimiMilad Rahimi
authored andcommitted
fix travis config file
1 parent 681432d commit b6338ce

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ before_install:
1515
- travis_retry composer self-update
1616

1717
before_script:
18+
- phpenv config-rm xdebug.ini
1819
- composer install --no-interaction --no-suggest
1920

2021
script:
21-
- composer install
22-
- vendor/bin/phpunit
23-
24-
cache:
25-
directories:
26-
- $HOME/.composer/cache
22+
- vendor/bin/phpunit --no-coverage tests
2723

2824
notifications:
2925
email:

0 commit comments

Comments
 (0)