set up Travis CI for Tracks

This commit is contained in:
Matt Rogers 2012-10-09 11:53:46 -05:00
parent 1aa1908a98
commit fc8ad0f7b8
2 changed files with 17 additions and 0 deletions

16
.travis.yml Normal file
View file

@ -0,0 +1,16 @@
language: ruby
rvm:
- 1.9.3
- 1.8.7
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "bundle exec rake ci"
bundler_args: --without development
notifications:
recipients:
- tracksapp@googlegroups.com

View file

@ -0,0 +1 @@
task :ci => [:test, :cucumber]