21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-07 02:58:39 +02:00
chexpire/.travis.yml

28 lines
466 B
YAML
Raw Normal View History

2018-05-23 14:41:08 +02:00
language:
- ruby
cache:
- bundler
- yarn
node_js: 9
sudo: required # required with chrome addon
2018-05-23 14:41:08 +02:00
addons:
chrome: stable
before_install:
- cp config/database.example.yml config/database.yml
- cp config/chexpire.test.yml config/chexpire.yml
2018-05-24 16:01:08 +02:00
- cp config/secrets.example.yml config/secrets.yml
2018-05-23 14:41:08 +02:00
install:
- bundle install
- yarn install
- rails db:setup
script:
- bundle exec rubocop
- bundle exec rails test
- bundle exec rails test:system