Fix version mismatch typos in .travis.yml (#1948)

This commit is contained in:
Boris Dalstein 2019-10-06 23:23:10 +02:00 committed by Wenzel Jakob
parent 34c2281e31
commit 96be2c154f
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ matrix:
- os: linux
dist: trusty
env: PYTHON=2.7 CPP=14 GCC=6 CMAKE=1
name: Python 2.7, c++14, gcc 4.8, CMake test
name: Python 2.7, c++14, gcc 6, CMake test
addons:
apt:
sources:
@ -130,7 +130,7 @@ matrix:
dist: trusty
services: docker
env: DOCKER=i386/debian:stretch PYTHON=3.5 CPP=14 GCC=6 INSTALL=1
name: Python 3.4, c++14, gcc 6, 32-bit
name: Python 3.5, c++14, gcc 6, 32-bit
script:
- |
# Consolidated 32-bit Docker Build + Install