Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit b7a7ee2

Browse files
committed
Trying to fix CI npm publish (again)
1 parent 0f1e775 commit b7a7ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_script:
1111
- cd ..
1212
- export PATH=$PWD/tools/x86_64-elf-4.9.1-Linux-x86_64/bin:$PWD/tools/fasm:$PATH
1313
script: RUNTIME_BUILD=release scons
14-
before_deploy: gzip disk/boot/runtime
14+
after_success: gzip disk/boot/runtime
1515
deploy:
1616
- provider: releases
1717
skip_cleanup: true

0 commit comments

Comments
 (0)