Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
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
nexedi
gitlab-shell
Commits
c4cb34cf
Commit
c4cb34cf
authored
Mar 12, 2018
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't force color via .rspec
parent
6feee1cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
.rspec
.rspec
+0
-1
No files found.
.gitlab-ci.yml
View file @
c4cb34cf
...
...
@@ -10,7 +10,7 @@ before_script:
rspec
:
script
:
-
bundle exec rspec -
f
d spec
-
bundle exec rspec -
-color --format
d spec
tags
:
-
ruby
except
:
...
...
@@ -28,7 +28,7 @@ rubocop:
rspec:ruby2.2:
image
:
ruby:2.2
script
:
-
bundle exec rspec -
f
d spec
-
bundle exec rspec -
-color --format
d spec
tags
:
-
ruby
except
:
...
...
@@ -38,7 +38,7 @@ rspec:ruby2.2:
rspec:ruby2.1:
image
:
ruby:2.1
script
:
-
bundle exec rspec -
f
d spec
-
bundle exec rspec -
-color --format
d spec
tags
:
-
ruby
except
:
...
...
.rspec
deleted
100644 → 0
View file @
6feee1cc
--color
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