impressionist/.travis.yml

34 lines
658 B
YAML
Raw Normal View History

2012-03-12 16:52:45 +00:00
language: ruby
env:
- RUBYOPT='-W:no-deprecated -W:no-experimental'
2013-11-29 08:03:20 +00:00
before_script:
- bundle
- cd tests/test_app
- bundle --gemfile=./Gemfile
- bundle exec rails g impressionist -f
- bundle exec rake db:create db:migrate RAILS_ENV=test
- cd ../..
script:
- rubocop
- bundle exec rspec
- cd tests/test_app
- export BUNDLE_GEMFILE=./Gemfile
- bundle
- bundle exec rspec
2012-03-12 02:11:05 +00:00
rvm:
- 2.7.0
2013-11-29 08:03:20 +00:00
- jruby-head
- rbx-4
2013-11-29 08:03:20 +00:00
- ruby-head
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-4
2013-11-29 08:03:20 +00:00
- rvm: ruby-head
fast_finish: true
notifications:
email:
- acnalesso@yahoo.co.uk
- john@couponshack.com
- mmcmahand@gmail.com