clean up per travis weblint

This commit is contained in:
parrt 2017-02-20 11:27:37 -08:00
parent 0c45ada655
commit 49de9e8f95
1 changed files with 1 additions and 5 deletions

View File

@ -7,9 +7,7 @@ matrix:
- os: linux - os: linux
compiler: clang compiler: clang
jdk: oraclejdk7 jdk: oraclejdk7
env: env: TARGET=cpp
- TARGET=cpp
- CXX=g++-5
addons: addons:
apt: apt:
sources: sources:
@ -21,7 +19,6 @@ matrix:
- clang-3.7 - clang-3.7
- os: osx - os: osx
compiler: clang compiler: clang
osx_image: xcode8.1
env: TARGET=cpp env: TARGET=cpp
addons: addons:
apt: apt:
@ -47,7 +44,6 @@ matrix:
env: TARGET=csharp env: TARGET=csharp
- os: linux - os: linux
jdk: oraclejdk7 jdk: oraclejdk7
dist: trusty
env: TARGET=dotnet env: TARGET=dotnet
- os: linux - os: linux
jdk: oraclejdk7 jdk: oraclejdk7