Skip to content

Commit

Permalink
Merge 28b790e into d008d5a
Browse files Browse the repository at this point in the history
  • Loading branch information
ta2edchimp committed Jun 20, 2016
2 parents d008d5a + 28b790e commit 03fd14f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
- hhvm-nightly

matrix:
allow_failures:
- php: nightly
- php: hhvm
- php: hhvm-nightly
env:
- DB=mysql

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Advanced editable BattleReport platform for EVE Online.",
"license": "Beerware",
"require": {
"php": ">=5.4",
"twig/twig": "~1.0",
"slim/slim": "2.*",
"slim/views": "0.1.*",
Expand All @@ -16,6 +17,6 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require-dev": {
"atoum/atoum": "~2.2"
"atoum/atoum": "~2.7"
}
}

0 comments on commit 03fd14f

Please sign in to comment.