From bbfe9ef144f7c4a4bbcc975304b821cc96bcbf73 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Sat, 25 Mar 2017 16:26:41 +0100 Subject: [PATCH] different order --- .travis.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1dc4e1f1..47bbbf03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,23 +33,6 @@ matrix: - libboost-serialization1.55.0 - libboost-serialization1.55-dev env: COMPILER_VERSION=3.6 - - os: linux - compiler: gcc - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - boost-latest - packages: - - g++-4.8 - - libboost1.55-dev - - libboost-iostreams1.55 - - libboost-iostreams1.55-dev - - libboost-python1.55 - - libboost-python1.55-dev - - libboost-serialization1.55.0 - - libboost-serialization1.55-dev - env: COMPILER_VERSION=4.8 - os: linux compiler: clang addons: @@ -68,6 +51,23 @@ matrix: - libboost-serialization1.55.0 - libboost-serialization1.55-dev env: COMPILER_VERSION=3.8 PYTHON_VERSION=2.7.3 + - os: linux + compiler: gcc + addons: + apt: + sources: + - ubuntu-toolchain-r-test + - boost-latest + packages: + - g++-4.8 + - libboost1.55-dev + - libboost-iostreams1.55 + - libboost-iostreams1.55-dev + - libboost-python1.55 + - libboost-python1.55-dev + - libboost-serialization1.55.0 + - libboost-serialization1.55-dev + env: COMPILER_VERSION=4.8 - os: linux compiler: gcc addons: