summaryrefslogtreecommitdiff
path: root/spec
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 /spec
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
Diffstat (limited to 'spec')
-rw-r--r--spec/README.md2
1 files changed, 1 insertions, 1 deletions
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`.