Skip to content

Commit e9b1fe8

Browse files
committed
Lock phpunit version for travis-ci
1 parent 3079ac5 commit e9b1fe8

File tree

4 files changed

+134
-314
lines changed

4 files changed

+134
-314
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ php:
77
- "7.0"
88
- "nightly"
99
- hhvm
10-
script: phpunit .
10+
script: ./vendor/phpunit/phpunit/phpunit
1111
sudo: false
1212

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": ">=5.3.2"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "*"
15+
"phpunit/phpunit": "~4.8"
1616
},
1717
"autoload": {
1818
"psr-0": { "Sabberworm\\CSS": "lib/" }

0 commit comments

Comments
 (0)