Skip to content

Commit 47effc6

Browse files
committed
Merge pull request #15 from M6Web/omansour-patch-1
php 7 continuous integration
2 parents 4bdedc9 + 9203796 commit 47effc6

File tree

4 files changed

+4
-245
lines changed

4 files changed

+4
-245
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vendor
1+
vendor
2+
composer.lock

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7
78

89
before_script:
910
- wget http://getcomposer.org/composer.phar

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": ">=5.4.0"
1313
},
1414
"require-dev": {
15-
"atoum/atoum": "~1.0",
15+
"atoum/atoum": "~2.0",
1616
"m6web/symfony2-coding-standard": "~1.2",
1717
"m6web/coke": "~1.2"
1818
},

composer.lock

Lines changed: 0 additions & 243 deletions
This file was deleted.

0 commit comments

Comments
 (0)