Commit c4cb34cf authored by Jacob Vosmaer's avatar Jacob Vosmaer

Don't force color via .rspec

parent 6feee1cc
...@@ -10,7 +10,7 @@ before_script: ...@@ -10,7 +10,7 @@ before_script:
rspec: rspec:
script: script:
- bundle exec rspec -f d spec - bundle exec rspec --color --format d spec
tags: tags:
- ruby - ruby
except: except:
...@@ -28,7 +28,7 @@ rubocop: ...@@ -28,7 +28,7 @@ rubocop:
rspec:ruby2.2: rspec:ruby2.2:
image: ruby:2.2 image: ruby:2.2
script: script:
- bundle exec rspec -f d spec - bundle exec rspec --color --format d spec
tags: tags:
- ruby - ruby
except: except:
...@@ -38,7 +38,7 @@ rspec:ruby2.2: ...@@ -38,7 +38,7 @@ rspec:ruby2.2:
rspec:ruby2.1: rspec:ruby2.1:
image: ruby:2.1 image: ruby:2.1
script: script:
- bundle exec rspec -f d spec - bundle exec rspec --color --format d spec
tags: tags:
- ruby - ruby
except: except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment