Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
stop deploying to Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh committed Jun 30, 2018
1 parent 11255d2 commit d2b7cde
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
23 changes: 0 additions & 23 deletions .ci/bintray

This file was deleted.

2 changes: 0 additions & 2 deletions .ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ esac

if [ "$DEPLOY" = "1" ]; then
./sbt "++$SCALA_VERSION" tut
./sbt "cli/assembly"
cp modules/cli/target/scala-2.12/isabellectl-assembly-* isabellectl-bin
fi
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ deploy:
on:
branch: master
condition: $DEPLOY = 1
- provider: bintray
file: .ci/bintray
user: larsrh
skip_cleanup: true
on:
branch: master
condition: $DEPLOY = 1
key:
secure: "eTZ3R7NVfCqqolU+DG4TR5CJBp0YT/k1dSjRwLMrGyypZvlzsE3Ur3VMLWYH39pypHA9ayDCKNJlqM3kQzXxCC3kGRgk7u7cqM5HwgT/l54Jzz7S731SPmSdIaGDbycAzz6bauYvu1v2jDrsSuS6bo8mfzH4HLSz86qfK8bpZdk="
matrix:
include:
- env: ISABELLE_VERSION=stable:2016 SCALA_VERSION=2.11.12 PROFILE=generic
Expand All @@ -46,7 +37,7 @@ matrix:
apt:
packages:
- lib32stdc++6
- env: ISABELLE_VERSION=stable:2017 SCALA_VERSION=2.12.6 PROFILE=slow
- env: ISABELLE_VERSION=stable:2017 SCALA_VERSION=2.12.6 PROFILE=slow DEPLOY=1
os: linux
jdk: oraclejdk9
addons:
Expand Down
2 changes: 1 addition & 1 deletion modules/docs/src/main/tut/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import monix.execution.Scheduler.Implicits.global
import info.hupel.isabelle._, info.hupel.isabelle.api._, info.hupel.isabelle.setup._
val setup = Setup.default(Version.Stable("2016-1"), false).right.get
val setup = Setup.default(Version.Stable("2017"), false).right.get
val resources = Resources.dumpIsabelleResources().right.get
val config = Configuration.simple("Protocol")
Expand Down

0 comments on commit d2b7cde

Please sign in to comment.