Skip to content

Commit

Permalink
Run using bash -c
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 23, 2019
1 parent 210e93d commit 8fce635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- echo %GOPATH%
- go version
- go env
- .travis/install-qt-win.sh
- bash -c ".travis/install-qt-win.sh"
- choco install make -y
- make install-deps-Windows
- make install-linters
Expand All @@ -28,4 +28,4 @@ test_script:
- make test-cover-travis

build: off
deploy: off
deploy: off

0 comments on commit 8fce635

Please sign in to comment.