Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit b852420

Browse files
committed
Remove current travis publishing infrastructure
1 parent 49a7668 commit b852420

File tree

9 files changed

+3
-149
lines changed

9 files changed

+3
-149
lines changed

.travis.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
language: scala
22

3-
env:
4-
global:
5-
- PUBLISH_JDK=openjdk6 # admin/build.sh only publishes when running on this jdk
6-
# Don't commit sensitive files, instead commit a version encrypted with $SECRET,
7-
# this environment variable is encrypted with this repo's private key and stored below:
8-
# (See http://docs.travis-ci.com/user/environment-variables/#Secure-Variables.)
9-
- secure: "KpKvQvUQNsF+o74lndXl+zDGU8+A686ltndldlwDhNiSYF/PJ9RIXembsRh+B4ureo/Aa9UBL7vE6d265DRpir2o6JQ3jcU6e4djfqkvmXuDpBlcd3rJXtKuGYQyE5cm2h3/ZFl+0RmYm+fGSieWBAo+A3uvAVuq8qTu6PY8nMU="
3+
script: sbt clean update test publishLocal
104

11-
script:
12-
- admin/build.sh
13-
scala:
14-
- 2.11.0
155
jdk:
166
- openjdk6
177
- openjdk7
18-
notifications:
19-
email:
20-
218

22-
# if we get weird timeouts, see https://github.com/spray/spray/pull/233
23-
# 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)'
9+
notifications:
10+

admin/build.sh

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

admin/decrypt.sh

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

admin/encrypt.sh

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

admin/encryptAll.sh

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

admin/gpg.sbt

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

admin/pubring.asc

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

admin/secring.asc.enc

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

sensitive.sbt.enc

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

0 commit comments

Comments
 (0)