summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2017-01-19 21:24:52 -0500
committerPatrick Griffis <tingping@tingping.se>2017-01-19 21:33:41 -0500
commitfbbedf1cb4df979920475da647b98c151237b8eb (patch)
treef3f1b6ec0a5ca5f542eaf6045d849a6eb2d5e81f
parente412b1998ec0071a5d55fe5f9decd2c4df18b122 (diff)
downloadenchant-fbbedf1cb4df979920475da647b98c151237b8eb.tar.gz
travis: Reduce repeated builds
Currently the same gcc version on Linux is built three times
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6dc152d..531a95c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,6 @@ env: &default_env
matrix:
include:
- - os: linux
- os: osx
osx_image: xcode7.2
- os: osx
@@ -35,10 +34,6 @@ matrix:
- compiler: gcc
env:
- *default_env
- - COMPILER=g++
- - compiler: gcc
- env:
- - *default_env
- COMPILER=g++-5
addons:
apt: