Build only the master branch

This commit is contained in:
Mathieu Champlon 2018-11-16 09:35:20 +01:00
parent 20fcfa56ce
commit c9888a6326
2 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,10 @@
sudo: false
language: cpp
branches:
only:
- master
env:
- CXX_STANDARD=c++17 BRANCH_TO_TEST=master
- CXX_STANDARD=c++14 BRANCH_TO_TEST=master