Skip to content

Commit

Permalink
adding an empty tests folder - just to travis pass. again
Browse files Browse the repository at this point in the history
  • Loading branch information
davispeixoto committed May 4, 2015
1 parent 8a745ed commit 13fa80d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ language: php
php:
- 5.4
- 5.5
- 5.6

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script: phpunit

0 comments on commit 13fa80d

Please sign in to comment.