diff options
author | Corey Ballou <ballouc@gmail.com> | 2017-02-26 12:05:17 -0500 |
---|---|---|
committer | Corey Ballou <ballouc@gmail.com> | 2017-02-26 12:05:17 -0500 |
commit | 942f9c7f8a1684e9bc88a8ad773ca6008432e843 (patch) | |
tree | 25b815caa68922bde3d1a473a0b8769f19b676c5 | |
parent | 06298cc30a96e8ca20d0cb5969002056c5346152 (diff) | |
download | GoogleAuthenticatorRedux-origin/master.zip GoogleAuthenticatorRedux-origin/master.tar.gz GoogleAuthenticatorRedux-origin/master.tar.bz2 |
Reduce PHP version support.HEADorigin/masterorigin/HEADmaster
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 4739b8a..77c8f06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: php php: - - 5.3 - - 5.4 - - 5.5 - 5.6 - 7.0 |