Skip to content

Commit

Permalink
Merge pull request #374 from ashawley/update-sbt-site
Browse files Browse the repository at this point in the history
Update sbt-site plugin
  • Loading branch information
eed3si9n committed Jun 26, 2017
2 parents cdea18b + 9d5070d commit 5c32a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Use Ubuntu 14.04
dist: trusty
# Can't use sudo: false because of travis-ci/travis-ci#7019
sudo: required
sudo: false
language: ruby
rvm: 2.2.3
cache:
Expand All @@ -15,7 +14,7 @@ script:
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
jdk:
- oraclejdk7
- openjdk7
install:
- gem install nanoc:4.0.2
- gem install redcarpet
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0-RC2")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.2.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.2")

0 comments on commit 5c32a0a

Please sign in to comment.