(experiment) small travis yml changes
This commit is contained in:
parent
6142ac4170
commit
96e27cd232
2 changed files with 9 additions and 11 deletions
18
.travis.yml
18
.travis.yml
|
@ -1,5 +1,5 @@
|
|||
matrix:
|
||||
include:
|
||||
#jobs:
|
||||
# include:
|
||||
# - os: linux
|
||||
# sudo: required
|
||||
# env: BUILDARCH=x64
|
||||
|
@ -12,12 +12,12 @@ matrix:
|
|||
# sudo: required
|
||||
# env: BUILDARCH=arm
|
||||
# dist: trusty
|
||||
- os: osx
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- jq
|
||||
- zip
|
||||
os: osx
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- jq
|
||||
- zip
|
||||
|
||||
language: node_js
|
||||
node_js: "12.14.1"
|
||||
|
@ -43,7 +43,7 @@ deploy:
|
|||
skip_cleanup: true
|
||||
overwrite: true
|
||||
name: $LATEST_MS_TAG
|
||||
api_key: $GITHUB_TOKEN
|
||||
token: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file:
|
||||
- ./*.sha256
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
if [ -d vscode ]; then
|
||||
cd vscode
|
||||
git fetch --all
|
||||
|
|
Loading…
Reference in a new issue