Skip to content

Commit

Permalink
added travis build file
Browse files Browse the repository at this point in the history
  • Loading branch information
sfussenegger committed Aug 13, 2013
1 parent 81ef9f6 commit ef92656
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .travis.yml
@@ -0,0 +1,40 @@
# .travis.yml file generated by make-travis.sh

# deploy Maven artifacts to Sonatype OSS repo
language: java

jdk:
- openjdk6

# whitelist
branches:
only:
- master

# checkout settings
before_install:
- "git clone -b master https://github.com/molindo/travis-settings.git target/travis-settings"
- "target/travis-settings/tasks/before_install.sh"

# install and deploy
install: "target/travis-settings/tasks/install.sh"
script: "target/travis-settings/tasks/script.sh"

# travis encrypt 'token@room'
notifications:
email: false
hipchat:
rooms:
- secure: "DJLW9/sBl2iAhP8NLwRYtDMi1sgYKO+hmV7O2rzu1A8vM8Equrpcxoo43OhPpqEEbGV3mZf74VKVOyxn7SPU6ZnkF4vtLw4BspyojB87RQmCHldFbwZlZImEie7tSpdSYzyDbaC5jOe717azZ/7zZm0rqTs4RHjBDkSmKmSkfW8="
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'
format: html
on_success: always
on_failure: always

# travis encrypt 'CI_DEPLOY_USERNAME=username'
# travis encrypt 'CI_DEPLOY_PASSWORD=password'
env:
global:
- secure: "Nr9fH1OThzj0xR3vcSd0XtCXDXWdni5hzUnQh9Pbm5Dt2PSLPFwtgYpmiRhczAS5iHmvbSIECt+x5RpMGoD06ao78RoWJTCtblDyv+t0k4lqIX6znJ9L3Kj7e41MTRJ6k9/WqXF+ziS1Y4ABiMAmhsy2SY/9PLaDCYor6MPi1os="
- secure: "WPlBsPKytie543JlYI/oRvPddkWJ8/mpxiz8dRuda8fDO94r6W9UnvfKgeyd2v2MeYgc6QI0losPCrcCWvwRa7zbD5KENrTBL8v7X0otsqY40QlT+n/CxOo9ea5WXh/Mkzrc53HUTTKXdQV6WKnzkWPFjJtv8Mt2tJUG0/MGMcE="

0 comments on commit ef92656

Please sign in to comment.