Skip to content

Commit

Permalink
tests: removed php-unix.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 31, 2017
1 parent b291a06 commit 6814898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- travis_retry composer install --no-progress --prefer-dist

script:
- vendor/bin/tester tests -s -c tests/php-unix.ini
- vendor/bin/tester tests -s

after_failure:
# Print *.actual content
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- stage: Code Coverage
php: 7.1
script:
- vendor/bin/tester -p phpdbg tests -s -c tests/php-unix.ini --coverage ./coverage.xml --coverage-src ./src
- vendor/bin/tester -p phpdbg tests -s --coverage ./coverage.xml --coverage-src ./src
after_script:
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
- php coveralls.phar --verbose --config tests/.coveralls.yml
Expand Down
6 changes: 0 additions & 6 deletions tests/php-unix.ini

This file was deleted.

0 comments on commit 6814898

Please sign in to comment.