We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9b540 commit 618e739Copy full SHA for 618e739
1 file changed
.travis.yml
@@ -35,8 +35,8 @@ script:
35
after_success:
36
# copy the vsix to the script dir and cd into it
37
- export artifact_name="$(basename *.vsix)"
38
-- mv -v $artifact_name ../script/
39
-- cd ../script/
+- mv -v $artifact_name ../travis-scripts/
+- cd ../travis-scripts/
40
# will exit immediately if not a deploy build
41
- ./deploy.sh || >&2 echo "Deploy failed!"
42
0 commit comments