Skip to content

Commit

Permalink
Updated travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannis committed Nov 2, 2016
1 parent 5b740ea commit 9c76241
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ php:

install:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
- php composer.phar clear-cache --no-interaction
- php composer.phar install --dev --no-interaction

script:
- vendor/bin/atoum -c .atoum.travis.php +verbose
- vendor/bin/atoum -c .atoum.travis.php +verbose

0 comments on commit 9c76241

Please sign in to comment.