Skip to content

Commit

Permalink
Add Bintray credentials to .travis.yml (closes #208)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet authored and mhadam committed Jan 10, 2019
1 parent a320f24 commit 3540d3c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
sudo: false

language: java

jdk:
- openjdk8
- oraclejdk8
- openjdk11
- oraclejdk11
- openjdk8
- oraclejdk8
- openjdk11
- oraclejdk11
env:
global:
# BINTRAY_SNOWPLOW_MAVEN_USER
- secure: Sk7Xf0TEXyDKtZxICiDVZkDEnDkSSe3m2+j1FWhLNEVfVDGqY9j4mo84S9qNOGjblJ6LbLa91NPhGFaNa1E0WAb9Zlf7e82nELTufGmoOn006Tw/nSEy8Vpvbjh+OZ+wweGYSghWYvjYKmUtlwpwBDyHezblVmpBa9tLg/2Ajzw=
# BINTRAY_SNOWPLOW_MAVEN_API_KEY
- secure: aqeXPiW/VAZNQJiE9z2S8Z/bshyVXiepczXIDlyesKe//qNaQ3X6A5Ozh8r0KCk1TCJESW5fFzBzD1kla/aDK7clW9GFQ3U29aWgXcGcLDu4plslKK+sGt/yDhMVEpD1qjLhI9mIwj6enDCvIlEtjVnrVkqaN2pjXreemE+F2UU=

0 comments on commit 3540d3c

Please sign in to comment.