Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
18 lines (17 sloc) 282 Bytes
sudo: false
language: ruby
notifications:
email: false
branches:
only:
- master
before_install:
- nvm install node
- npm install
before_script:
- cp config/application.yml.example config/application.yml
rvm:
- 2.4.5
- 2.3.8
cache: bundler
script: bundle exec rake
You can’t perform that action at this time.