We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c2281 commit 96be2c1Copy full SHA for 96be2c1
.travis.yml
@@ -61,7 +61,7 @@ matrix:
61
- os: linux
62
dist: trusty
63
env: PYTHON=2.7 CPP=14 GCC=6 CMAKE=1
64
- name: Python 2.7, c++14, gcc 4.8, CMake test
+ name: Python 2.7, c++14, gcc 6, CMake test
65
addons:
66
apt:
67
sources:
@@ -130,7 +130,7 @@ matrix:
130
131
services: docker
132
env: DOCKER=i386/debian:stretch PYTHON=3.5 CPP=14 GCC=6 INSTALL=1
133
- name: Python 3.4, c++14, gcc 6, 32-bit
+ name: Python 3.5, c++14, gcc 6, 32-bit
134
script:
135
- |
136
# Consolidated 32-bit Docker Build + Install
0 commit comments