File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ # opt-in to Travis's newer/faster container-based infrastructure
2
+ sudo : false
3
+
1
4
# this builds the spec using jekyll
2
5
# based on http://www.paperplanes.de/2013/8/13/deploying-your-jekyll-blog-to-s3-with-travis-ci.html
3
6
language : ruby
@@ -17,4 +20,4 @@ after_success:
17
20
- openssl aes-256-cbc -pass "pass:$PRIV_KEY_SECRET" -in spec/id_dsa_travis.enc -out spec/id_dsa_travis -d -a
18
21
- chmod 600 spec/id_dsa_travis
19
22
- 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/'
You can’t perform that action at this time.
0 commit comments