Skip to content

Commit 3f068f4

Browse files
committed
Add unit test SimpleWalker + Travis integration
1 parent 4e99c4a commit 3f068f4

9 files changed

+1363
-20
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- 5.6
4+
- hhvm
5+
- nightly
6+
7+
before_script:
8+
- composer install

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
],
1414
"require": {
1515
"symfony/filesystem": "^3.0"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^5.2"
1619
}
1720
}

0 commit comments

Comments
 (0)