Skip to content
Snippets Groups Projects

Add .gitlab-ci.yml file

Merged username-removed-444 requested to merge add-ci-yml into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
before_script:
before_script:
- ruby -v
- ruby -v
- which ruby
- which ruby
- sudo apt-get install libicu-dev -y
- apt-get install libicu-dev -y
- gem install bundler --no-ri --no-rdoc
- gem install bundler --no-ri --no-rdoc
- bundle install
- bundle install
Loading