aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-12-18 16:54:33 +1000
committerJason Zaugg <jzaugg@gmail.com>2014-12-18 16:54:33 +1000
commit7577a844518b56556e54217720779fd5c5db6b66 (patch)
treef512709c4682ad6355c950770e9f8ec29a6977f5 /.travis.yml
parent41ae70758a8c5b841a8b63445f82bd056a0a964f (diff)
parenteeeb5fcfe3440b126680b0c54bd33e79cacd7724 (diff)
downloadscala-async-0.9.3-RC1_2.10.tar.gz
scala-async-0.9.3-RC1_2.10.tar.bz2
scala-async-0.9.3-RC1_2.10.zip
Merge pull request #100 from retronym/topic/tag-driven-releasev0.9.3_2.10v0.9.3-RC1_2.10
Support tag driven publishing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 11 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7fb860d..975aabf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,17 @@
language: scala
+
+env:
+ global:
+ - PUBLISH_JDK=openjdk6 # admin/build.sh only publishes when running on this jdk
+# Don't commit sensitive files, instead commit a version encrypted with $SECRET,
+# this environment variable is encrypted with this repo's private key and stored below:
+# (See http://docs.travis-ci.com/user/environment-variables/#Secure-Variables.)
+ - secure: "YO/7YiWEirzz0EAy7oVNmAKroj4qCLZNMkPS+xW/VgeGjuEV+Nk1S7pwxF0o2OggSxIQ+a0lWSrOPQqSXMjOstDIzzGeYfuAt0+0fupXtDDge0mXpCCMadrvYzff1/5XYX0dJ+pjJmz6IgF1hliPJHIuddhhdqPxdHWTHAKm9ME="
+
script:
- - sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
+ - admin/build.sh
scala:
- - 2.10.3
- - 2.11.0-M6
+ - 2.10.4
jdk:
- openjdk6
- openjdk7