From 57ff17ed0451af7c1c5395488faf21158a2eb047 Mon Sep 17 00:00:00 2001 From: Gabriel Bull Date: Mon, 24 Mar 2014 08:31:58 -0400 Subject: [PATCH] Changed test directory in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45bc405b..8ed7a45f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_script: script: ## PHP_CodeSniffer - phpcs --standard=PSR2 -n src/ - - phpcs --standard=PSR2 -n test/ + - phpcs --standard=PSR2 -n tests/ ## PHP Copy/Paste Detector #- php phpcpd.phar --verbose src/ ## PHP Mess Detector