diff --git a/.travis.yml b/.travis.yml index 6dc26a9b..ac06f4b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - rvm use 2.6.0 --install --fuzzy - gem update --system - gem install sass - - gem install jekyll -v 3.2.1 + - gem install jekyll -v 3.8.5 script: - sbt ++$TRAVIS_SCALA_VERSION ^^$SBT_VERSION clean compile test diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index 7dad7e31..94231d38 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -39,10 +39,10 @@ This is needed in order to install and use the `jekyll` gem from other parts of ```bash install: - - rvm use 2.3.0 --install --fuzzy + - rvm use 2.6.0 --install --fuzzy - gem update --system - gem install sass - - gem install jekyll -v 3.2.1 + - gem install jekyll -v 3.8.5 ``` # Set it up in your Project @@ -69,4 +69,4 @@ enablePlugins(MicrositesPlugin) Your docs can be placed wherever you want in your project since there are sbt settings to point to the sources of your microsite, however the plugin expects to find the sources where both [**tut**](https://github.com/tpolecat/tut) and [**mdoc**](https://github.com/scalameta/mdoc) have defined by default. They are: - Tut: `src/main/tut/` -- mdoc: `docs/` \ No newline at end of file +- mdoc: `docs/` diff --git a/docs/src/main/tut/docs/publish-with-travis.md b/docs/src/main/tut/docs/publish-with-travis.md index 6592868a..b0e87219 100644 --- a/docs/src/main/tut/docs/publish-with-travis.md +++ b/docs/src/main/tut/docs/publish-with-travis.md @@ -99,7 +99,7 @@ install: - rvm use 2.6.0 --install --fuzzy - gem update --system - gem install sass -- gem install jekyll -v 3.2.1 +- gem install jekyll -v 3.8.5 script: - sbt ++$TRAVIS_SCALA_VERSION test scripted after_success: