From 41a271393bd6f6782c63584fe01d31424046efad Mon Sep 17 00:00:00 2001 From: Laura Luiz Date: Thu, 14 Jan 2016 10:57:33 +0100 Subject: [PATCH] Build on PR to check it works --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8653f089..52a390c2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - npm install script: - - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then grunt publish; fi + - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then grunt publish; else grunt build; fi branches: only: