aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml4
-rw-r--r--.travis.yml4
2 files changed, 8 insertions, 0 deletions
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: