Skip to content

Commit

Permalink
Re-add .travis.yml so we can get second opinions on builds
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 27, 2013
1 parent 318b820 commit ccc7bf1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
bundler_args: --without development production --quiet
env:
- GEM=api DB=sqlite
- GEM=api DB=mysql
- GEM=api DB=postgres
- GEM=backend DB=sqlite
- GEM=backend DB=mysql
- GEM=backend DB=postgres
- GEM=core DB=sqlite
- GEM=core DB=mysql
- GEM=core DB=postgres
- GEM=dash DB=sqlite
- GEM=dash DB=mysql
- GEM=dash DB=postgres
- GEM=frontend DB=sqlite
- GEM=frontend DB=mysql
- GEM=frontend DB=postgres
before_install:
- cd $GEM; export BUNDLE_GEMFILE="`pwd`/Gemfile"
script:
- bundle exec rake test_app
- bundle exec rspec spec
notifications:
email:
- [email protected]
irc:
use_notice: true
skip_join: true
channels:
- "irc.freenode.org#spree"
rvm:
- 1.9.3
- 2.0.0

0 comments on commit ccc7bf1

Please sign in to comment.