We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e0537 commit 66d1062Copy full SHA for 66d1062
1 file changed
.travis.yml
@@ -21,7 +21,7 @@ script:
21
before_deploy:
22
- >
23
for TARGET in $GOTIFY_VERSIONS; do
24
- make GOTIFY_VERSION="$TARGET" FILE_SUFFIX="(for-gotify-$TARGET)" build;
+ make GOTIFY_VERSION="$TARGET" FILE_SUFFIX="\(for-gotify-$TARGET\)" build;
25
done
26
27
deploy:
0 commit comments