From d6ac5012640300baae2f57fd7e8fa9aa36d8c870 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 17 Jan 2021 13:54:44 +0300 Subject: Travis/AppVeyor: pause --- .appveyor.yml | 4 ++++ .travis.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index b30856b..64217f5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,6 +5,10 @@ image: - Visual Studio 2017 - Visual Studio 2019 +branches: + only: + - appveyor + environment: appveyor_python_exe: C:\Python36-x64\python.exe boost_version: 1.65.0 diff --git a/.travis.yml b/.travis.yml index 2020222..ad3c2aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: cpp os: linux dist: focal +branches: + only: + - travis + addons: apt: packages: -- cgit v1.2.3