Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
17 lines (16 sloc) 272 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.6
cache: bundler
script: bundle exec rake
You can’t perform that action at this time.