Commit 882228d
2017-11-10 22:51:03
1 parent
1a5b495
Changed files (1)
.gitlab-ci.yml
@@ -0,0 +1,9 @@
+before_script:
+ - ruby -v
+ - which ruby
+ - gem install bundler --no-ri --no-rdoc
+ - cd saml-kit; bundle install --jobs $(nproc) "${FLAGS[@]}"
+
+rspec:
+ script:
+ - cd saml-kit; bundle exec rspec