Skip to content

Commit

Permalink
Merge pull request #7 from shulard/features/atoum3
Browse files Browse the repository at this point in the history
Move to Atoum 3.0 and enable PHP7.1 support.
  • Loading branch information
shulard authored Feb 27, 2017
2 parents db627f4 + 5e7af0d commit a2d6d83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm
- hhvm-nightly
Expand All @@ -14,6 +15,9 @@ env:
- COMPOSER_PREFER="--prefer-lowest"

matrix:
exclude:
- php: 7.1
env: COMPOSER_PREFER="--prefer-lowest"
allow_failures:
- php: nightly
- php: hhvm
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"atoum/atoum": "^2.8"
"atoum/atoum": "^2.8 || ^3.0"
},
"require-dev": {
"atoum/praspel-extension": "~0.16",
Expand All @@ -23,5 +23,10 @@
"mageekguy\\atoum\\xml\\": "classes"
},
"files": ["autoloader.php"]
},
"scripts": {
"test": "atoum --test-ext",
"cbf": "phpcbf --standard=phpcs.xml .",
"cs": "phpcs --standard=phpcs.xml ."
}
}

0 comments on commit a2d6d83

Please sign in to comment.