Skip to content

Commit 3c15fda

Browse files
committed
opt-in to Travis's newer/faster container-based infrastructure
this is the way Travis is headed, so let's get on board
1 parent 52fde52 commit 3c15fda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
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)