summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-11-05 10:40:15 -0500
committerMatt Farina <[email protected]>2013-11-05 10:40:15 -0500
commit9716ab044129561145c382df264f67f5b36d03ed (patch)
tree11701e9d0ccc8d1ff4f0b04dfea4c3bfe77f8a44
parentd37bff1a529551ae812b2c0eabd38cf93a08b38c (diff)
Composer is already in Travis CI but is out of date. Switching from installing it to updating it.
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e01eb12..eb2430e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ notifications:
irc: "irc.freenode.net#masterminds"
before_script:
- - curl -s http://getcomposer.org/installer | php
- - php composer.phar install
+ - composer self-update
script: phpunit test/HTML5 \ No newline at end of file