diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-08-25 19:17:13 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-08-26 15:12:34 +0100 |
| commit | 3344c7f9d5916db002d54f3565cc61f74a94b2be (patch) | |
| tree | 29618b643761e1c65dfce8e95cf05876cc8a00e2 /.travis.yml | |
| parent | 6257370d0a72962f1dacf4fa8e1c633028405b67 (diff) | |
| download | webtrees-3344c7f9d5916db002d54f3565cc61f74a94b2be.tar.gz webtrees-3344c7f9d5916db002d54f3565cc61f74a94b2be.tar.bz2 webtrees-3344c7f9d5916db002d54f3565cc61f74a94b2be.zip | |
Initial framework for unit tests
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..e91b21fcbf --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: php +php: + - 5.5 + - 5.4 + - 5.3 + - hhvm |
