diff options
author | Corey Ballou <ballouc@gmail.com> | 2016-10-21 13:12:32 -0400 |
---|---|---|
committer | Corey Ballou <ballouc@gmail.com> | 2016-10-21 13:12:32 -0400 |
commit | 9dac7152e295487917e0a0940b8440d9826c355c (patch) | |
tree | 3b8d250a8a85f0bb8cc569e27e3e2f5ba19077d8 | |
parent | f99d76836a1a0d542aafd53b6d455e1cac01a4a6 (diff) | |
download | GoogleAuthenticatorRedux-origin/development.zip GoogleAuthenticatorRedux-origin/development.tar.gz GoogleAuthenticatorRedux-origin/development.tar.bz2 |
Removing 7.1 until dependencies can handle it without breaking unit tests.origin/development
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6a7deab..4739b8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ php: - 5.5 - 5.6 - 7.0 - - 7.1 install: - export PATH="$HOME/.composer/vendor/bin:$PATH" |