Fix syntax error in Travis YAML file

Travis YAML file cannot be currently parsed and therefore Travis was not started, see:
https://travis-ci.org/github/miniupnp/miniupnp/requests
This commit is contained in:
Pali Rohár 2020-12-12 01:20:48 +01:00
parent 341d0f51a2
commit 610ef8d936
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
- mingw32
before_install: true
after_success: true
before_script: i586-mingw32msvc-gcc -v 2>&1 | grep -q -x 'Target: i586-mingw32msvc'
before_script: "i586-mingw32msvc-gcc -v 2>&1 | grep -q -x 'Target: i586-mingw32msvc'"
script: make -C miniupnpc -f Makefile.mingw CC=i586-mingw32msvc-gcc DLLWRAP=i586-mingw32msvc-dllwrap AR=i586-mingw32msvc-ar
- os: linux
env: PROJECT=miniupnpc