Skip to content

Commit

Permalink
Merge pull request #135 from bpitman/master
Browse files Browse the repository at this point in the history
Test explicit bintray settings
  • Loading branch information
bpitman committed Jul 14, 2015
2 parents a433449 + 00a8a0d commit f77e461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
jdk:
- oraclejdk7
- oraclejdk8
scala:
- 2.11.5
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion project/Bintray.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Bintray {
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
credentials += Credentials("Artifactory Realm", "oss.jfrog.org", user, pass),

publishTo in bintray := {
publishTo := {
if (isSnapshot.value)
Some("OJO" at s"https://oss.jfrog.org/oss-snapshot-local;build.timestamp=${now}/")
else
Expand Down

0 comments on commit f77e461

Please sign in to comment.