impressionist/.travis.yml

25 lines
480 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 spec/dummy
- bundle exec rails g impressionist -f
- bundle exec rake db:create db:migrate RAILS_ENV=test
- cd ../..
script:
- bundle exec rspec
- bundle exec rubocop
2012-03-12 02:11:05 +00:00
rvm:
- 2.7.1
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: ruby-head
fast_finish: true
notifications:
email:
- acnalesso@yahoo.co.uk
- john@couponshack.com
- mmcmahand@gmail.com