Skip to content

Commit 618e739

Browse files
author
Tim Etchells
committed
Fix deploy for new travis structure
1 parent 5d9b540 commit 618e739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ script:
3535
after_success:
3636
# copy the vsix to the script dir and cd into it
3737
- export artifact_name="$(basename *.vsix)"
38-
- mv -v $artifact_name ../script/
39-
- cd ../script/
38+
- mv -v $artifact_name ../travis-scripts/
39+
- cd ../travis-scripts/
4040
# will exit immediately if not a deploy build
4141
- ./deploy.sh || >&2 echo "Deploy failed!"
4242

0 commit comments

Comments
 (0)