summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobThree <rob@devcorner.nl>2015-03-20 15:10:43 +0100
committerRobThree <rob@devcorner.nl>2015-03-20 15:10:43 +0100
commita0a32e3cc27e7074aadb6f14e3893aef9dbcf0de (patch)
tree15ea13feb2f9fb7625c38533c13ac39074d55cfb
parentcf828a05de8bf124f2df41cf001c7b1a8e6692a7 (diff)
downloadTwoFactorAuth-a0a32e3cc27e7074aadb6f14e3893aef9dbcf0de.zip
TwoFactorAuth-a0a32e3cc27e7074aadb6f14e3893aef9dbcf0de.tar.gz
TwoFactorAuth-a0a32e3cc27e7074aadb6f14e3893aef9dbcf0de.tar.bz2
* Added phpunit tests back to .travis.yml file. SHEESH! It was there but travis kept complaining about the project being Ruby because of some accidental \r\n instead of \n. GTFO!
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bd1a404..b4cba47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,6 @@ php:
- 5.3
- 5.4
- 5.5
- - 5.6 \ No newline at end of file
+ - 5.6
+
+ script: phpunit tests \ No newline at end of file