Skip to content

Commit 6b479d7

Browse files
committed
Remove current travis publishing infrastructure
1 parent 829903b commit 6b479d7

8 files changed

+2
-138
lines changed

.travis.yml

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
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: "whJQqI/7G+kUJoCCGQYbv3Y/T2Cx3EcBKfCyvMkZaVgo0wFEOUguh8I+4QqRyf9cC/uPmzwCzV9uwXsNDMcY78jouY05A+fCEnUol/9TuF5PWmXF6Yr/UmmYoCQe4pioXsbXa4uOy18kLzE0h2sOIrJ5A9NL8/58iVgl4E3pwvk="
10-
11-
script:
12-
- admin/build.sh
13-
scala:
14-
- 2.11.4
3+
script: sbt clean update test publishLocal
154
jdk:
165
- openjdk6
176
- openjdk7
187
notifications:
19-
email:
20-
21-
22-
# if we get weird timeouts, see https://github.com/spray/spray/pull/233
23-
# 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)'
8+

admin/build.sh

-19
This file was deleted.

admin/decrypt.sh

-2
This file was deleted.

admin/encrypt.sh

-2
This file was deleted.

admin/encryptAll.sh

-19
This file was deleted.

admin/gpg.sbt

-21
This file was deleted.

admin/pubring.asc

-18
This file was deleted.

admin/secring.asc.enc

-40
This file was deleted.

0 commit comments

Comments
 (0)