Skip to content

Commit bd4f02d

Browse files
committed
Mentioned the AliceDemo Application in README.
Removed hhvm from travis, because the ext-mongo is not available for hhvm.
1 parent e12a0ed commit bd4f02d

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7-
- hhvm
87

98
env:
109
- SYMFONY_VERSION=2.1.*
@@ -16,7 +15,6 @@ env:
1615
matrix:
1716
allow_failures:
1817
- env: SYMFONY_VERSION=dev-master
19-
- php: hhvm
2018

2119
before_script:
2220
- phpenv config-add .travis.php.ini

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ return $set;
186186
Such a file has to return a Object with the FixtureSetInterface Interface.
187187

188188

189+
## Demo Application
190+
191+
There is a Demo Application showing some ways to use this bundle: https://github.com/h4cc/AliceDemo
192+
193+
Feel free to add some more demos if you like.
194+
195+
189196
### PHPUnit
190197

191198
If needed, the fixtures can also be loaded in a PHPUnit test.

0 commit comments

Comments
 (0)