diff options
author | Corey Ballou <ballouc@gmail.com> | 2016-08-30 08:05:04 -0400 |
---|---|---|
committer | Corey Ballou <ballouc@gmail.com> | 2016-08-30 08:05:04 -0400 |
commit | 5c663f4afbf701b594665c0e01c6437e5843bd4b (patch) | |
tree | 38dc364fca7862b2ff8290b40f81f572fdc84059 | |
parent | ad7fdba8f26e44323b99b0d55a2853e25817e66a (diff) | |
parent | 57c07c9cbf5e521500f8b259a38b8e11bc28988e (diff) | |
download | GoogleAuthenticatorRedux-5c663f4afbf701b594665c0e01c6437e5843bd4b.zip GoogleAuthenticatorRedux-5c663f4afbf701b594665c0e01c6437e5843bd4b.tar.gz GoogleAuthenticatorRedux-5c663f4afbf701b594665c0e01c6437e5843bd4b.tar.bz2 |
Merge branch 'development'
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6bdc434..7439b19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ php: - 5.5 - 7 -script: phpunit --coverage-text --configuration tests/phpunit.xml +script: phpunit --coverage-text --configuration phpunit.xml |