updated .cirrus.yml and .travis.yml

This commit is contained in:
Lorenzo Pichilli 2021-02-10 14:31:27 +01:00
parent 8dbd6fe510
commit 5dc7d90f95
2 changed files with 2 additions and 4 deletions

View File

@ -107,7 +107,7 @@ task:
- |
EMU_COMMAND=emulator
if [[ $ABI =~ "x86" ]]; then
EMU_COMMAND="emulator-headless"
EMU_COMMAND="emulator"
else
# emulate graphics if running on ARM
EMU_PARAMS="${EMU_PARAMS} -gpu swiftshader"

View File

@ -16,7 +16,7 @@ install:
- flutter channel master
- flutter upgrade
- flutter doctor
- cd $HOME
- cd $HOME/pichillilorenzo/flutter_inappwebview
jobs:
include:
@ -24,8 +24,6 @@ jobs:
os: osx
osx_image: xcode12.3
before_script:
- pwd
- cd ./flutter_inappwebview
- cd ./nodejs_server_test_auth_basic_and_ssl
- npm install
- cd ..