From bb82393c4461f73964526cf7b2de6be96c8ae894 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 6 Jun 2018 21:10:16 +1200 Subject: [PATCH] Add Travis test --- scripts/markdown-to-markua.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/markdown-to-markua.sh b/scripts/markdown-to-markua.sh index 01aec10..3abed57 100755 --- a/scripts/markdown-to-markua.sh +++ b/scripts/markdown-to-markua.sh @@ -1,3 +1,3 @@ #!/bin/bash - +echo "Nananana... Batman!" > manuscript/test.md # Do nothing, yet. This is where the sed magic will go