Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Add base .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Mar 27, 2013
1 parent 95cc304 commit e737e29
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
@@ -0,0 +1,28 @@
bundler_args: --without yard guard metrics benchmarks
branches:
only:
- /^release-.*$/
script: "bundle exec rake spec"
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- ree
- rbx-18mode
- rbx-19mode
env:
- "GIT_BRANCH=release-1.2"
notifications:
irc: "irc.freenode.org#datamapper"
email:
- dan.kubb@gmail.com
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode

0 comments on commit e737e29

Please sign in to comment.