Merge lp:~jonas-drange/ulysses/fix-colors-on-jenkins into lp:ulysses

Proposed by Jonas G. Drange
Status: Merged
Approved by: Jonas G. Drange
Approved revision: 37
Merged at revision: 36
Proposed branch: lp:~jonas-drange/ulysses/fix-colors-on-jenkins
Merge into: lp:ulysses
Diff against target: 12 lines (+2/-2)
1 file modified
tarmac_verify.sh (+2/-2)
To merge this branch: bzr merge lp:~jonas-drange/ulysses/fix-colors-on-jenkins
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
Review via email: mp+214679@code.launchpad.net

Commit message

silent npm and colorless grunt

To post a comment you must log in.
Revision history for this message
Jonas G. Drange (jonas-drange) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tarmac_verify.sh'
2--- tarmac_verify.sh 2014-04-03 18:21:55 +0000
3+++ tarmac_verify.sh 2014-04-08 08:00:21 +0000
4@@ -3,6 +3,6 @@
5
6 set -e
7
8-npm i
9+npm --silent i
10
11-$GRUNT test
12+$GRUNT --no-color test

Subscribers

People subscribed via source and target branches