Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau committed Jun 1, 2017
1 parent d029aa7 commit 048993b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php

sudo: false

sudo: required
dist: trusty
group: edge

matrix:
include:
Expand Down
4 changes: 3 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
<testsuites>
<testsuite name="Laravel Slack-Events Test Suite">
<directory suffix="Test.php">./tests</directory>
<exclude>./src/Http/routes.php</exclude>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<file>./src/Http/routes.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 048993b

Please sign in to comment.