Merge lp:~jonas-drange/ulysses/tarmac into lp:ulysses

Proposed by Jonas G. Drange
Status: Merged
Approved by: James Westby
Approved revision: 37
Merged at revision: 34
Proposed branch: lp:~jonas-drange/ulysses/tarmac
Merge into: lp:ulysses
Diff against target: 12 lines (+8/-0)
1 file modified
tarmac_verify.sh (+8/-0)
To merge this branch: bzr merge lp:~jonas-drange/ulysses/tarmac
Reviewer Review Type Date Requested Status
James Westby (community) Approve
Review via email: mp+214091@code.launchpad.net

Commit message

create script tarmac can run tests via

To post a comment you must log in.
lp:~jonas-drange/ulysses/tarmac updated
37. By Jonas G. Drange

cleanup is atm noop, remove

Revision history for this message
James Westby (james-w) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'tarmac_verify.sh'
2--- tarmac_verify.sh 1970-01-01 00:00:00 +0000
3+++ tarmac_verify.sh 2014-04-03 18:22:10 +0000
4@@ -0,0 +1,8 @@
5+#!/bin/bash
6+GRUNT=./node_modules/.bin/grunt
7+
8+set -e
9+
10+npm i
11+
12+$GRUNT test

Subscribers

People subscribed via source and target branches