Ricardo Garcia
Builds for 1 pipeline failed in 0 seconds

color

...@@ -11,7 +11,7 @@ stages: ...@@ -11,7 +11,7 @@ stages:
11 rspec: 11 rspec:
12 stage: build 12 stage: build
13 script: 13 script:
14 - - rake spec 14 + - rake spec --color
15 only: 15 only:
16 - master 16 - master
17 tags: 17 tags:
......