Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
b8ed5789
Commit
b8ed5789
authored
Jan 27, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update gitlab ci settings to include ruby 2.1 images
parent
1b84de57
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
116 additions
and
0 deletions
+116
-0
.gitlab-ci.yml
.gitlab-ci.yml
+116
-0
No files found.
.gitlab-ci.yml
View file @
b8ed5789
...
...
@@ -134,3 +134,119 @@ bundler:audit:
-
ruby
-
mysql
allow_failure
:
true
# Ruby 2.1 jobs
spec:feature:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
tags
:
-
ruby
-
mysql
only
:
-
master
spec:api:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
tags
:
-
ruby
-
mysql
only
:
-
master
spec:models:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:models
tags
:
-
ruby
-
mysql
only
:
-
master
spec:lib:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:lib
tags
:
-
ruby
-
mysql
only
:
-
master
spec:services:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:services
tags
:
-
ruby
-
mysql
only
:
-
master
spec:benchmark:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test bundle exec rake spec:benchmark
tags
:
-
ruby
-
mysql
allow_failure
:
true
only
:
-
master
spec:other:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
tags
:
-
ruby
-
mysql
only
:
-
master
spinach:project:half:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:half
tags
:
-
ruby
-
mysql
only
:
-
master
spinach:project:rest:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:rest
tags
:
-
ruby
-
mysql
only
:
-
master
spinach:other:ruby21:
image
:
ruby:2.1
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:other
tags
:
-
ruby
-
mysql
only
:
-
master
bundler:audit:ruby21:
image
:
ruby:2.1
script
:
-
"
bundle
exec
bundle-audit
update"
-
"
bundle
exec
bundle-audit
check"
tags
:
-
ruby
-
mysql
allow_failure
:
true
only
:
-
master
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment