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