Skip to content

Commit 13f7b62

Browse files
committed
Add travis-ci
1 parent 3899802 commit 13f7b62

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
language: bash
3+
4+
git:
5+
submodules: true
6+
7+
script:
8+
- make test

captain-hook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ _ensuredScript() {
4242

4343
_updateRc() {
4444
if [[ $1 -eq 0 ]]; then
45-
echo $2
45+
echo "$2"
4646
else
47-
echo $1
47+
echo "$1"
4848
fi
4949
}
5050

0 commit comments

Comments
 (0)