Skip to content

Commit

Permalink
Added travis-ci.org build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed May 1, 2012
1 parent e2c2e9e commit b2f155e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
script:
- make
before_install:
- git submodule update --init --recursive
otp_release:
- R15B01
- R14B04
- R14B03
env:
- DB=postgres
branches:
only:
- master
notifications:
email:
recipients:
- marc@worrell.nl
- arjan@miraclethings.nl
on_success: change #[always|never|change] # default: change
on_failure: always #[always|never|change] # default: always

0 comments on commit b2f155e

Please sign in to comment.