-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
49017b7
commit 1fa48eb
Showing
2 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters