Commit a3381895 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'yml-script' into 'master'

Add gitlab-ci yml script
Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

cc @vsizov

See merge request !14
parents c3912207 cf55e784
before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
- gem install bundler
- cp config.yml.example config.yml
- bundle install
rspec:
script:
- bundle exec rspec spec
tags:
- git-annex
- ruby
except:
- tags
rubocop:
script:
- bundle exec rubocop
tags:
- ruby
except:
- tags
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment