(experiment) small travis yml changes

This commit is contained in:
Peter Squicciarini 2020-09-15 09:47:50 -07:00
parent 6142ac4170
commit 96e27cd232
No known key found for this signature in database
GPG key ID: 08B897BCAB6763CB
2 changed files with 9 additions and 11 deletions

View file

@ -1,5 +1,5 @@
matrix: #jobs:
include: # include:
# - os: linux # - os: linux
# sudo: required # sudo: required
# env: BUILDARCH=x64 # env: BUILDARCH=x64
@ -12,12 +12,12 @@ matrix:
# sudo: required # sudo: required
# env: BUILDARCH=arm # env: BUILDARCH=arm
# dist: trusty # dist: trusty
- os: osx os: osx
addons: addons:
homebrew: homebrew:
packages: packages:
- jq - jq
- zip - zip
language: node_js language: node_js
node_js: "12.14.1" node_js: "12.14.1"
@ -43,7 +43,7 @@ deploy:
skip_cleanup: true skip_cleanup: true
overwrite: true overwrite: true
name: $LATEST_MS_TAG name: $LATEST_MS_TAG
api_key: $GITHUB_TOKEN token: $GITHUB_TOKEN
file_glob: true file_glob: true
file: file:
- ./*.sha256 - ./*.sha256

View file

@ -1,7 +1,5 @@
#!/bin/bash #!/bin/bash
set -ex
if [ -d vscode ]; then if [ -d vscode ]; then
cd vscode cd vscode
git fetch --all git fetch --all