Skip to content

Commit a4850a6

Browse files
committed
Merge pull request #63 from ricardclau/better_ci_settings
suggestion for slightly different CI config
2 parents b5e8ed1 + 283c4d0 commit a4850a6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ matrix:
1111
allow_failures:
1212
- php: hhvm-nightly
1313

14-
before_install:
15-
- curl -s http://getcomposer.org/installer | php
16-
- php composer.phar --dev install
14+
before_script: composer install --prefer-source

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ptachoire/cssembed": "v1.0.2"
2626
},
2727
"require-dev": {
28-
"fabpot/php-cs-fixer": "0.2.0",
28+
"phpunit/phpunit": "~4.0",
2929
"mockery/mockery": "0.9.1",
3030
"symfony/dom-crawler": ">=2.0.4",
3131
"phpdocumentor/reflection-docblock": "2.0.0",

0 commit comments

Comments
 (0)