Skip to content

Commit

Permalink
Merge branch '2.1'
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>

Conflicts:
	composer.json
  • Loading branch information
crynobone committed Feb 12, 2014
2 parents 9ccc2ed + 8dacf5b commit c59a42c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/build export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
Expand Down Expand Up @@ -51,4 +52,6 @@ after_script:
matrix:
allow_failures:
- php: 5.6
- php: hhvm
fast_finish: true
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
guard :phpunit, :all_on_start => false, :tests_path => 'tests/', :cli => '--colors -c build/phpunit.xml' do
guard :phpunit2, :all_on_start => false, :tests_path => 'tests/', :cli => '--colors -c build/phpunit.xml' do
# Run any test in app/tests upon save.
watch(%r{^.+Test\.php$})

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"imagine/imagine": "~0.5"
},
"require-dev": {
"mockery/mockery": "0.8.*",
"mockery/mockery": "0.9.*",
"illuminate/container": "4.2.*",
"illuminate/support": "4.2.*"
},
Expand Down

0 comments on commit c59a42c

Please sign in to comment.