From 80fcd1d3e60714b689d7d40a6d0c1b8c8d5cb89b Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 9 May 2013 07:55:42 -0700 Subject: [PATCH] Attempting to get phpcs working with Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 482a2fa..25788ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ php: - 5.5 before_install: - - pear install pear/PHP_CodeSniffer + - pyrus install pear/PHP_CodeSniffer + - phpenv rehash script: - phpcs --standard=PSR2 src/