diff --git a/Gruntfile.coffee b/Gruntfile.coffee index fb57ec0..77cf4cd 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -68,7 +68,7 @@ module.exports = (grunt) -> "deploy" "Build and deploy artifacts to wet-boew-dist" -> - if process.env.TRAVIS_PULL_REQUEST isnt true and process.env.DIST_REPO isnt `undefined` and ( process.env.TRAVIS_TAG isnt `undefined` or process.env.TRAVIS_BRANCH is "master" ) + if process.env.TRAVIS_PULL_REQUEST is "false" and process.env.DIST_REPO isnt `undefined` and ( process.env.TRAVIS_TAG isnt "" or process.env.TRAVIS_BRANCH is "master" ) grunt.task.run [ "copy:deploy" "gh-pages:travis"