Skip to content

Commit ff67587

Browse files
author
Eugene Matvejev
authored
Merge pull request #58 from eugene-matvejev/udpate_travis_config
RC8 - update travis env. config
2 parents 858a08e + 9c31507 commit ff67587

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: "php"
22
php:
3+
- "5.5"
34
- "5.6"
4-
- "7.0.4"
5+
- "7.0"
56
- "hhvm"
67

78
before_script:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
},
3636
"require-dev": {
3737
"composer/composer": "^1.1",
38-
"phpunit/phpunit": "^5.3"
38+
"phpunit/phpunit": "^4.8 || ^5.3"
3939
}
4040
}

0 commit comments

Comments
 (0)