Skip to content

Commit

Permalink
Added my encrypted sonatype credentials so we can deploy. Closes #517,#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jun 17, 2013
1 parent 49017b7 commit 1fa48eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
---
language: java
script: mvn -q clean install -P examples
jdk:
- openjdk7
- oraclejdk7
matrix:
# override script for jdk 6 to push snapshots to sonatype
include:
- jdk: openjdk6
script: mvn -q clean deploy --settings .travis-settings.xml -Dno.gem.deploy=true

# whitelist
- jdk: openjdk6
script: mvn -q clean deploy --settings .travis-settings.xml -Dno.gem.deploy=true
branches:
only:
- master

- master
notifications:
email:
- cukes-devs@googlegroups.com
- cukes-devs@googlegroups.com
irc:
- "irc.freenode.org#cucumber"

- irc.freenode.org#cucumber
env:
global:
- secure: 'INSERT OUTPUT FROM [travis encrypt -r cucumber/cucumber-jvm "CI_DEPLOY_USERNAME=<sonatype-username>"] HERE'
- secure: 'INSERT OUTPUT FROM [travis encrypt -r cucumber/cucumber-jvm "CI_DEPLOY_PASSWORD=<sonatype-password>"] HERE'
- secure: |-
rEtPzPG3bMKzx00AwDJq5tsp8LSCds5ePV6ZP+wgECP2BVIoD16zP8F6T0fY
QK/2etRW6pcernOGP8S3SQE4e5ZBT5sqYY0mhKlq2aiem3i3gAwEzZvdLjWV
1C6KyQplzdjKdaYWOre8YSXv5vxS3ZVS6NJc+0EQM3olTKV3flQ=
- secure: |-
BEsHVhETHrO8vR/7huN3MUMQQKZycZgJ+sWszwQPnwaGJEm6ptssJn/LsiUJ
K/qQhjdpmPiKZIoTruG4E3vc+adT/B2VcHD0897jNeUBoDd7Vj4vzOH6ePID
969vCnA+6hpQuIM02R+4OJIBPXVtr1Ix/ye+KxS69cJ5N8QyTfY=
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Git master](https://github.com/cucumber/cucumber-jvm/compare/v1.1.3...master) (not released)

* [Build] Deploy maven SNAPSHOT versions from Travis ([#517](https://github.com/cucumber/cucumber-jvm/issues/517), [#528](https://github.com/cucumber/cucumber-jvm/pull/528) Tom Dunstan)
* [Core] JUnitFormatter to mark skipped tests as failures in strict mode ([#543](https://github.com/cucumber/cucumber-jvm/pull/543) brasmusson)
* [Core] Always cancel tomeout at the end of a stepdef, even when it fails. ([#540](https://github.com/cucumber/cucumber-jvm/issues/540) irb1s)
* [Groovy] Updated examples to be more explanatory and groovier syntax ([#537](https://github.com/cucumber/cucumber-jvm/pull/522) Quantoid)
Expand Down

0 comments on commit 1fa48eb

Please sign in to comment.