Skip to content
Snippets Groups Projects
Commit ec74354c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add .gitlab-ci.yml file

parent d8121f71
No related branches found
No related tags found
1 merge request!3Add .gitlab-ci.yml file
Pipeline #
before_script:
- ruby -v
- which ruby
- sudo apt-get install libicu-dev -y
- gem install bundler --no-ri --no-rdoc
- bundle install
rspec:
script:
- bundle exec rake test
tags:
- ruby
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment