From e4ec94e14d2526ce6893d7be89b416ada7b6dc66 Mon Sep 17 00:00:00 2001 From: RobThree Date: Tue, 5 Jun 2018 23:02:37 +0200 Subject: [PATCH] * Drop PHP 5.3 again * Add phpunit.xml --- .travis.yml | 6 ------ TwoFactorAuth.phpproj | 1 + phpunit.xml | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 phpunit.xml diff --git a/.travis.yml b/.travis.yml index 1a74cfc..8d258d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,5 @@ language: php -dist: trusty -matrix: - include: - - php: 5.3 - dist: precise - php: - 5.4 - 5.5 diff --git a/TwoFactorAuth.phpproj b/TwoFactorAuth.phpproj index c5df35a..995e964 100644 --- a/TwoFactorAuth.phpproj +++ b/TwoFactorAuth.phpproj @@ -65,5 +65,6 @@ + \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..da2ebe1 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,15 @@ + + + + + ./tests + + + \ No newline at end of file