(experiment) add logging and focus on mac only

This commit is contained in:
Peter Squicciarini
2020-09-15 09:36:38 -07:00
parent 1435710c16
commit 6142ac4170
5 changed files with 28 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
set -x
if [[ "$SHOULD_BUILD" == "yes" ]]; then
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
cd VSCode-darwin