浏览代码

update travis script

Jack Humbert 7 年之前
父节点
当前提交
4b0c6dc50d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      util/travis_compiled_push.sh

+ 2 - 1
util/travis_compiled_push.sh

@@ -56,7 +56,8 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then
 	eval `ssh-agent -s`
 	ssh-add id_rsa_qmk.fm
 	
-	rm -f compiled/*.hex
+	# not sure this is needed now
+	# rm -f compiled/*.hex
 
 	# ignore errors here
 	for file in ../qmk_firmware/keyboards/*/keymaps/*/*.hex; do mv -v "$file" "compiled/${file##*/}" || true; done