Skip to content

Commit

Permalink
Use preinstall composer on travis.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 18, 2013
1 parent 4f351be commit 3965620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ php:
- 5.5

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

script: phpunit -c phpunit.xml --coverage-text

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (C) 2013 Mior Muhammad Zaki <http://git.io/crynobone>
Copyright (C) 2012 Mior Muhammad Zaki <http://git.io/crynobone>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit 3965620

Please sign in to comment.