(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:
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

View file

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