summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-09-29 15:20:05 -0700
committerSeth Tisue <seth@tisue.net>2016-09-29 15:20:05 -0700
commitda660071143de9ec763b47a9c67c0623b4b4edc6 (patch)
tree7be33607d6e3039c562b430bb857994ed00b087c
parent510d8ef05af7bb8602f3ce79a04826b5449d3aaf (diff)
downloadscala-da660071143de9ec763b47a9c67c0623b4b4edc6.tar.gz
scala-da660071143de9ec763b47a9c67c0623b4b4edc6.tar.bz2
scala-da660071143de9ec763b47a9c67c0623b4b4edc6.zip
make the 2.12 spec available on scala-lang.org
reference: https://github.com/scala/scala-lang/issues/479
-rw-r--r--.travis.yml2
-rw-r--r--spec/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 236e002a5e..42099ec988 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,4 +20,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)"
- - '[ "${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/'
+ - '[ "${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.12/'
diff --git a/spec/README.md b/spec/README.md
index 1a201fc97c..9fd7c9f6ae 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -12,7 +12,7 @@ We use Jekyll 2 and [Redcarpet](https://github.com/vmg/redcarpet) to generate th
## Building
-Travis CI builds the spec automatically on every commit to master and publishes to http://www.scala-lang.org/files/archive/spec/2.11/.
+Travis CI builds the spec automatically after every merged pull release and publishes to http://www.scala-lang.org/files/archive/spec/2.12/.
To preview locally, run `bundle exec jekyll serve -d build/spec/ -s spec/ -w --baseurl=""` (in the root of your checkout of scala/scala),
and open http://0.0.0.0:4000/. Jekyll will rebuild as you edit the markdown, but make sure to restart it when you change `_config.yml`.