Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Add .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Apr 19, 2016
1 parent d8121f7 commit ec74354
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,12 @@
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

0 comments on commit ec74354

Please sign in to comment.