From 6ec6990f799f8743c1f6b86f31a0c982888f0358 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 28 Mar 2014 12:52:24 -0700 Subject: Skip step bound to fail in Travis PR validation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2bad98528e..eaf3a0b643 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ after_success: - eval "$(ssh-agent)" - ssh-add -D - ssh-add spec/id_dsa_travis - - rsync -e 'ssh -o StrictHostKeyChecking=no' -rzv build/spec/ scalatest@chara.epfl.ch:/home/linuxsoft/archives/scala/spec/2.11/ \ No newline at end of file + - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && rsync -e "ssh -o StrictHostKeyChecking=no" -rzv build/spec/ scalatest@chara.epfl.ch:/home/linuxsoft/archives/scala/spec/2.11/' \ No newline at end of file -- cgit v1.2.3