diff options
author | Corey Ballou <ballouc@gmail.com> | 2016-10-19 09:54:31 -0400 |
---|---|---|
committer | Corey Ballou <ballouc@gmail.com> | 2016-10-19 09:54:31 -0400 |
commit | f99d76836a1a0d542aafd53b6d455e1cac01a4a6 (patch) | |
tree | 130e743f3e1c45a048b33846e43301e68214fca4 | |
parent | 25a6b7fb1bccd6a756cf65a379f068d376fa10f8 (diff) | |
download | GoogleAuthenticatorRedux-f99d76836a1a0d542aafd53b6d455e1cac01a4a6.zip GoogleAuthenticatorRedux-f99d76836a1a0d542aafd53b6d455e1cac01a4a6.tar.gz GoogleAuthenticatorRedux-f99d76836a1a0d542aafd53b6d455e1cac01a4a6.tar.bz2 |
Updating travis.
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7439b19..6a7deab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,12 @@ php: - 5.3 - 5.4 - 5.5 - - 7 + - 5.6 + - 7.0 + - 7.1 + +install: + - export PATH="$HOME/.composer/vendor/bin:$PATH" + - composer install script: phpunit --coverage-text --configuration phpunit.xml |