Skip to content

Commit 96be2c1

Browse files
dalboriswjakob
authored andcommitted
Fix version mismatch typos in .travis.yml (#1948)
1 parent 34c2281 commit 96be2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ matrix:
6161
- os: linux
6262
dist: trusty
6363
env: PYTHON=2.7 CPP=14 GCC=6 CMAKE=1
64-
name: Python 2.7, c++14, gcc 4.8, CMake test
64+
name: Python 2.7, c++14, gcc 6, CMake test
6565
addons:
6666
apt:
6767
sources:
@@ -130,7 +130,7 @@ matrix:
130130
dist: trusty
131131
services: docker
132132
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
133+
name: Python 3.5, c++14, gcc 6, 32-bit
134134
script:
135135
- |
136136
# Consolidated 32-bit Docker Build + Install

0 commit comments

Comments
 (0)