From ee677092b9b9b688559c0a524c505a64c53b7304 Mon Sep 17 00:00:00 2001 From: ocadaruma Date: Fri, 31 Mar 2017 09:25:37 +0900 Subject: [PATCH] Run integration test only the build is not PR. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad7c457..503a6b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ before_script: script: - sbt test - - sbt it:test + - 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then sbt it:test; fi'