Skip to content

Commit f576fde

Browse files
committed
Remove current travis scripts
1 parent 0fc44e2 commit f576fde

File tree

9 files changed

+4
-151
lines changed

9 files changed

+4
-151
lines changed

.travis.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +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: "g/d6gjq6g+t5ieI6DwOiL5k8XJ/ethlZ1ZZDA/uvOsCfkIu0MBL2cYGmwQ0gcBNBQ/02wZjXnTIgMhFhYLcgHtnicAjy+53fhjCYcTM6A61DCPhJ6txOjEEPrpnlqbvKauw0WuVGT8Kd52bhaMXPCE2GOWgPe+bJfDUTHSm86dw="
3+
script: sbt clean update test publishLocal
104

11-
script:
12-
- admin/build.sh
13-
scala:
14-
- 2.11.0
15-
jdk:
16-
- openjdk6
17-
notifications:
18-
email:
19-
5+
jdk: openjdk6
206

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

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)