diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-04-27 23:19:28 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-04-27 23:19:28 +0100 |
| commit | 538464e388dd356cbac367b6864366ebb0c2f35a (patch) | |
| tree | 0c38e05d122248938d488a9a57260567ccb13293 /library/ircmaxell/password-compat/.travis.yml | |
| parent | af5114aed4183d8569bfbe45a9a2a0b4fe96f514 (diff) | |
| download | webtrees-538464e388dd356cbac367b6864366ebb0c2f35a.tar.gz webtrees-538464e388dd356cbac367b6864366ebb0c2f35a.tar.bz2 webtrees-538464e388dd356cbac367b6864366ebb0c2f35a.zip | |
Create WT_User class, to provide access to user objects/functions
Diffstat (limited to 'library/ircmaxell/password-compat/.travis.yml')
| -rw-r--r-- | library/ircmaxell/password-compat/.travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/ircmaxell/password-compat/.travis.yml b/library/ircmaxell/password-compat/.travis.yml new file mode 100644 index 0000000000..a960061ca8 --- /dev/null +++ b/library/ircmaxell/password-compat/.travis.yml @@ -0,0 +1,8 @@ +language: php + +php: + - 5.5 + - 5.4 + - 5.3 + +script: phpunit --configuration phpunit.xml.dist
\ No newline at end of file |
