We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d1062 commit a53093bCopy full SHA for a53093b
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