From 2f5f2563271131c961889c5439c87c7c6d5b3479 Mon Sep 17 00:00:00 2001 From: Adrian Ancona Novelo Date: Mon, 10 Feb 2014 21:14:17 -0800 Subject: [PATCH] Refresh environment after installing phpcs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 96e43d2..bcf9dac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ php: - "5.4" before_script: - pyrus install pear/PHP_CodeSniffer + - phpenv rehash - npm install script: "./node_modules/grunt-cli/bin/grunt"