impressionist/.travis.yml

27 lines
498 B
YAML
Raw Normal View History

2012-03-12 16:52:45 +00:00
language: ruby
2013-11-29 08:03:20 +00:00
before_script:
- cd tests/test_app
- bundle exec rails g impressionist -f
- bundle exec rake db:create db:migrate RAILS_ENV=test
- cd ..
2012-03-12 02:11:05 +00:00
rvm:
- 1.9.3
- 2.0.0
2013-11-29 08:03:20 +00:00
- jruby-head
- rbx
- ruby-head
gemfile:
- gemfiles/rails32.gemfile
- gemfiles/rails40.gemfile
2013-05-09 00:34:54 +00:00
matrix:
2013-05-09 00:31:07 +00:00
allow_failures:
2013-11-29 08:03:20 +00:00
- rvm: jruby-head
- rvm: rbx
- rvm: ruby-head
fast_finish: true
notifications:
email:
- acnalesso@yahoo.co.uk
- john@couponshack.com
- mmcmahand@gmail.com