Skip to content

Commit 9a3b925

Browse files
committed
Update build settings
1 parent a6c772b commit 9a3b925

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@ sudo: false
22
language: scala
33
jdk:
44
- oraclejdk8
5+
cache:
6+
directories:
7+
- "$HOME/.ivy2"
8+
- "$HOME/.sbt"
59
script:
6-
- ./build-gitbucket-plugin.sh
10+
- sbt test

build-gitbucket-plugin.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "io.github.gitbucket"
22
name := "gitbucket-gist-plugin"
33
version := "4.11.0"
44
scalaVersion := "2.12.4"
5-
gitbucketVersion := Option(System.getProperty("gitbucket.version")).getOrElse("4.19.0")
5+
gitbucketVersion := "4.19.0"
66

77
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
88
javacOptions in compile ++= Seq("-target", "8", "-source", "8")

0 commit comments

Comments
 (0)