Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yassirh committed Jul 23, 2014
2 parents 357624b + 2ce15d8 commit b425678
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@ php:
- hhvm
- hhvm-nightly

matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
fast_finish: true

before_script:
- composer self-update
- composer require phpspec/phpspec:~2.0 --no-update
- composer install --dev --prefer-dist --no-interaction
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev

script:
- ./vendor/bin/phpspec run -fpretty
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@
"kriswallsmith/buzz" : "~0.10"
},

"require-dev": {
"phpspec/phpspec": "~2.0"
},

"autoload": {
"psr-4" : { "DigitalOceanV2\\": "src" },
"files" : ["src/functions.php"]
"psr-4": {
"DigitalOceanV2\\": "src/"
},
"files": ["src/functions.php"]
},

"extra": {
Expand Down

0 comments on commit b425678

Please sign in to comment.