Skip to content

Commit

Permalink
Lint travis config (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaller authored and mattklein123 committed Oct 9, 2016
1 parent 46da71a commit 4abb327
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
language: cpp
sudo: required

services:
- docker

install: true

install:
- gem install travis --no-rdoc --no-ri
matrix:
fast_finish: true

env:
- TEST_TYPE=normal
- TEST_TYPE=coverage
- TEST_TYPE=asan
- TEST_TYPE=docs

script: docker run -t -i -v $TRAVIS_BUILD_DIR:/source lyft/envoy-build:latest /bin/bash -c "cd /source && ci/do_ci.sh $TEST_TYPE"
script:
- travis lint .travis.yml --skip-completion-check
- docker run -t -i -v $TRAVIS_BUILD_DIR:/source lyft/envoy-build:latest /bin/bash -c "cd /source && ci/do_ci.sh $TEST_TYPE"

0 comments on commit 4abb327

Please sign in to comment.