summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-31 14:24:11 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-03-31 14:24:11 +0200
commit63783f5aea4bb9493187861ca4dd7cda8ad5e73f (patch)
treebc7aee656ca52d073f32bf77da8685585d3c0784 /.travis.yml
parent63fb98d96aa4d4d8eb4aaa97df836500c56db228 (diff)
downloadscala-63783f5aea4bb9493187861ca4dd7cda8ad5e73f.tar.gz
scala-63783f5aea4bb9493187861ca4dd7cda8ad5e73f.tar.bz2
scala-63783f5aea4bb9493187861ca4dd7cda8ad5e73f.zip
Disable more of the Travis spec build for PR validation
So as to avoid: $ ssh-add -D All identities removed. $ ssh-add spec/id_dsa_travis Enter passphrase for spec/id_dsa_travis: No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index eaf3a0b643..e90fc35267 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,4 @@ after_success:
- openssl aes-256-cbc -pass "pass:$PRIV_KEY_SECRET" -in spec/id_dsa_travis.enc -out spec/id_dsa_travis -d -a
- chmod 600 spec/id_dsa_travis
- eval "$(ssh-agent)"
- - ssh-add -D
- - ssh-add spec/id_dsa_travis
- - '[ "${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
+ - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && 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