Cleanup travis.yml file

pull/402/head
Jeffrey Walton 2017-04-17 01:15:55 -04:00
parent cfa98a32c0
commit f69504f6b4
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 7 deletions

View File

@ -7,10 +7,11 @@ os:
dist: trusty dist: trusty
sudo: false sudo: false
# OS X only supports one image. Us the latest.
osx_image: osx_image:
- xcode6.4
- xcode7.3
- xcode8.2 - xcode8.2
# - xcode7.3
# - xcode6.4
git: git:
depth: 3 depth: 3
@ -31,11 +32,6 @@ env:
- BUILD_MODE="ubsan" - BUILD_MODE="ubsan"
- BUILD_MODE="valgrind" - BUILD_MODE="valgrind"
#matrix:
# allow_failures:
# - os: linux
# env: BUILD_MODE="lint"
exclude: exclude:
# Skip GCC on OS X entirely # Skip GCC on OS X entirely
- os: osx - os: osx