From c4c2adb7d081c2615df21a62d181cef8166e3150 Mon Sep 17 00:00:00 2001 From: Dave Reid Date: Sat, 29 Aug 2015 16:42:06 -0500 Subject: [PATCH] Moved phpcs.sh to root directory as .travis-phpcs.sh. --- .drupal_ti/phpcs.sh => .travis-phpcs.sh | 0 .travis.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .drupal_ti/phpcs.sh => .travis-phpcs.sh (100%) diff --git a/.drupal_ti/phpcs.sh b/.travis-phpcs.sh similarity index 100% rename from .drupal_ti/phpcs.sh rename to .travis-phpcs.sh diff --git a/.travis.yml b/.travis.yml index 146a8b1..7f8ce37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,7 +111,7 @@ before_script: - drupal-ti before_script script: - - drupal-ti --include .drupal_ti/phpcs.sh + - drupal-ti --include .travis-phpcs.sh - drupal-ti script after_script: