Commit 6f3e5e38 by Henry Schreiner Committed by Henry Schreiner

ci: keep travis from running twice

parent 5c936d4b
language: cpp
branches:
only:
- master
- stable
- /^v\d/
matrix:
include:
# This config does a few things:
......@@ -33,6 +40,7 @@ matrix:
# Barebones build
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DPYTHON_EXECUTABLE=$(which $PY_CMD) .
make pytest -j 2 && make cpptest -j 2
# The following are regular test configurations, including optional dependencies.
# With regard to each other they differ in Python version, C++ standard and compiler.
- os: linux
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment