travis: run lint

This commit is contained in:
Jonathan Ong 2016-03-12 18:30:43 -08:00
parent 3d15c2409d
commit 551715821b

View file

@ -7,6 +7,7 @@ before_script:
- git clone https://github.com/wg/wrk.git - git clone https://github.com/wg/wrk.git
- cd wrk && make && sudo cp wrk /usr/local/bin && cd .. - cd wrk && make && sudo cp wrk /usr/local/bin && cd ..
script: script:
- make lint
- make test-travis - make test-travis
- make bench - make bench
after_script: after_script: