diff --git a/.travis.yml b/.travis.yml
index fa0403e870..5d2ecc03c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,5 +43,6 @@ install:
script:
- npm run build
- - phpcs --standard=ruleset.xml --extensions=php --ignore=node_modules,bower_components,vendor -n -s .
+ - phpcs --report=summary
+ - phpcs --report=summary --standard=phpcs-templates.xml -n
- phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
diff --git a/phpcs-templates.xml b/phpcs-templates.xml
new file mode 100644
index 0000000000..ce1fba4be7
--- /dev/null
+++ b/phpcs-templates.xml
@@ -0,0 +1,43 @@
+
+
+ Roots Templates Coding Standards
+
+
+ templates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/phpcs.xml b/phpcs.xml
new file mode 100644
index 0000000000..d5fce9b533
--- /dev/null
+++ b/phpcs.xml
@@ -0,0 +1,17 @@
+
+
+ Roots Coding Standards
+
+
+
+
+
+
+
+
+
+
+
+ functions.php
+ src
+
diff --git a/ruleset.xml b/ruleset.xml
deleted file mode 100644
index 20f716c97b..0000000000
--- a/ruleset.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
- Roots Coding Standards
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- templates/*
-
-
-
-
- templates/*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-