Skip to content

Commit

Permalink
Update travis-ci command.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Sep 30, 2013
1 parent da52cc4 commit a642b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ php:
- 5.5

before_script:
- composer install --prefer-source --no-interaction --dev
- composer self-update
- composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev
- sudo apt-get remove -y imagemagick libmagickcore-dev libmagickwand-dev
- sudo apt-get install -y libtiff-dev libjpeg-dev libdjvulibre-dev libwmf-dev pkg-config
- sh -c "
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"require-dev": {
"mockery/mockery": "0.8.0",
"illuminate/container": "4.0.*",
"illuminate/support": "4.0.*",
"satooshi/php-coveralls": "~0.6"
"illuminate/support": "4.0.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit a642b8d

Please sign in to comment.