Skip to content

Commit 79af30c

Browse files
committed
Changed the travis config to use the builtin composer
1 parent 2b217e1 commit 79af30c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ php:
77
- 5.6
88
- hhvm
99

10-
before_script:
11-
- curl -s http://getcomposer.org/installer | php
12-
- php composer.phar --dev install
10+
install:
11+
- composer install
1312

1413
script:
1514
- vendor/bin/phpunit

0 commit comments

Comments
 (0)