Skip to content

Commit 8f8d78e

Browse files
committed
Merge pull request scala#4634 from SethTisue/travis-container-infrastructure
opt-in to Travis's newer/faster container-based infrastructure
2 parents 52fde52 + 3c15fda commit 8f8d78e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# opt-in to Travis's newer/faster container-based infrastructure
2+
sudo: false
3+
14
# this builds the spec using jekyll
25
# based on http://www.paperplanes.de/2013/8/13/deploying-your-jekyll-blog-to-s3-with-travis-ci.html
36
language: ruby
@@ -17,4 +20,4 @@ after_success:
1720
- openssl aes-256-cbc -pass "pass:$PRIV_KEY_SECRET" -in spec/id_dsa_travis.enc -out spec/id_dsa_travis -d -a
1821
- chmod 600 spec/id_dsa_travis
1922
- eval "$(ssh-agent)"
20-
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && ssh-add -D && ssh-add spec/id_dsa_travis && rsync -e "ssh -o StrictHostKeyChecking=no" -rzv build/spec/ [email protected]:/home/linuxsoft/archives/scala/spec/2.11/'
23+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && ssh-add -D && ssh-add spec/id_dsa_travis && rsync -e "ssh -o StrictHostKeyChecking=no" -rzv build/spec/ [email protected]:/home/linuxsoft/archives/scala/spec/2.11/'

0 commit comments

Comments
 (0)