2012-03-12 16:52:45 +00:00
|
|
|
language: ruby
|
2020-07-20 13:35:41 +00:00
|
|
|
env:
|
|
|
|
- RUBYOPT='-W:no-deprecated -W:no-experimental'
|
2013-11-29 08:03:20 +00:00
|
|
|
before_script:
|
2020-07-20 13:35:41 +00:00
|
|
|
- bundle
|
2013-09-22 19:22:56 +00:00
|
|
|
- cd tests/test_app
|
2020-07-20 13:35:41 +00:00
|
|
|
- bundle --gemfile=./Gemfile
|
2013-09-22 19:22:56 +00:00
|
|
|
- bundle exec rails g impressionist -f
|
2015-12-30 22:54:57 +00:00
|
|
|
- bundle exec rake db:create db:migrate RAILS_ENV=test
|
2020-07-20 13:35:41 +00:00
|
|
|
- cd ../..
|
2017-03-28 21:38:35 +00:00
|
|
|
script:
|
2020-07-20 13:35:41 +00:00
|
|
|
- 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:
|
2020-07-20 13:35:41 +00:00
|
|
|
- 2.7.0
|
2013-11-29 08:03:20 +00:00
|
|
|
- jruby-head
|
2020-07-20 13:35:41 +00:00
|
|
|
- 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
|
2020-07-20 13:35:41 +00:00
|
|
|
- rvm: rbx-4
|
2013-11-29 08:03:20 +00:00
|
|
|
- rvm: ruby-head
|
|
|
|
fast_finish: true
|
2013-11-29 09:57:28 +00:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- acnalesso@yahoo.co.uk
|
|
|
|
- john@couponshack.com
|
|
|
|
- mmcmahand@gmail.com
|