Skip to content

Commit bbca93c

Browse files
committed
Remove deploy step from travis
1 parent c23429e commit bbca93c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,3 @@ notifications:
2525
script:
2626
- RUST_TARGET_PATH=`pwd` xargo build --target x86_64-bootloader --release
2727
- objcopy -O binary -S target/x86_64-bootloader/release/bootloader bootimage.bin
28-
29-
deploy:
30-
provider: script
31-
skip_cleanup: true
32-
on:
33-
repo: rust-osdev/bootloader
34-
tags: true
35-
script:
36-
- |
37-
if [[ "$TRAVIS_TAG" == v* ]]; then
38-
echo "Deploy for $TRAVIS_TAG"
39-
echo "UNIMPLEMENTED!"
40-
fi

0 commit comments

Comments
 (0)