We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3899802 commit 13f7b62Copy full SHA for 13f7b62
.travis.yml
@@ -0,0 +1,8 @@
1
+---
2
+language: bash
3
+
4
+git:
5
+ submodules: true
6
7
+script:
8
+ - make test
captain-hook.sh
@@ -42,9 +42,9 @@ _ensuredScript() {
42
43
_updateRc() {
44
if [[ $1 -eq 0 ]]; then
45
- echo $2
+ echo "$2"
46
else
47
- echo $1
+ echo "$1"
48
fi
49
}
50
0 commit comments