Browse Source

(experiment) small travis yml changes

Peter Squicciarini 4 years ago
parent
commit
96e27cd232
2 changed files with 9 additions and 11 deletions
  1. 9 9
      .travis.yml
  2. 0 2
      get_repo.sh

+ 9 - 9
.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

+ 0 - 2
get_repo.sh

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