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 0fc3310 commit d029aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php

sudo: false

dist: trusty

matrix:
include:
- php: 5.5.9
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="Laravel Slack-Events Test Suite">
<directory suffix="Test.php">./tests</directory>
<exclude>./src/Http/routes.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit d029aa7

Please sign in to comment.