Commit 96be2c15 by Boris Dalstein Committed by Wenzel Jakob

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

parent 34c2281e
...@@ -61,7 +61,7 @@ matrix: ...@@ -61,7 +61,7 @@ matrix:
- os: linux - os: linux
dist: trusty dist: trusty
env: PYTHON=2.7 CPP=14 GCC=6 CMAKE=1 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: addons:
apt: apt:
sources: sources:
...@@ -130,7 +130,7 @@ matrix: ...@@ -130,7 +130,7 @@ matrix:
dist: trusty dist: trusty
services: docker services: docker
env: DOCKER=i386/debian:stretch PYTHON=3.5 CPP=14 GCC=6 INSTALL=1 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: script:
- | - |
# Consolidated 32-bit Docker Build + Install # Consolidated 32-bit Docker Build + Install
......
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