From d705bf7f013137f663be3e57b7dee829c49f9b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sun, 15 Dec 2019 03:00:05 +0100 Subject: [PATCH] Update .travis.yml and appveyor.yml to run integration tests --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13c92861..d0a4d5bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ os: - osx osx_image: xcode8.2 script: - - ./eng/common/cibuild.sh -configuration Release -prepareMachine \ No newline at end of file + - ./eng/common/cibuild.sh -configuration Release -prepareMachine -integrationTest \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index a2c8cbb6..b4edc7e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: '{build}' image: Visual Studio 2017 build_script: -- cmd: eng\common\cibuild.cmd -configuration Release -prepareMachine +- cmd: eng\common\cibuild.cmd -configuration Release -prepareMachine -integrationTest test: off