21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-09 12:08:38 +02:00
chexpire/.travis.yml
2018-05-23 16:52:57 +02:00

26 lines
296 B
YAML

language:
- ruby
cache:
- bundler
- yarn
node_js: 9
sudo: false
addons:
chrome: stable
before_install:
- cp config/database.example.yml config/database.yml
install:
- bundle install
- yarn install
- rails db:setup
script:
- bundle exec rubocop
- bundle exec rails test