Skip to content

Commit

Permalink
Explicitly mention build environments for Travis CI
Browse files Browse the repository at this point in the history
This removes a duplicate build on Travis, cause by a change of the
default build environment.
  • Loading branch information
MaartenBent authored and vadz committed Feb 3, 2018
1 parent 50e9984 commit 683185a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ sudo: required

matrix:
include:
- compiler: gcc
- compiler: gcc
env: wxCONFIGURE_FLAGS="--enable-utf8 --enable-utf8only --enable-monolithic"
- dist: precise
compiler: gcc
- dist: trusty
compiler: gcc
- dist: trusty
compiler: gcc
env: wxCONFIGURE_FLAGS="--enable-utf8 --enable-utf8only --enable-monolithic"
- dist: trusty
compiler: gcc
env: wxGTK_VERSION=3 wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11"
Expand Down

0 comments on commit 683185a

Please sign in to comment.