travis: run lint

master
Jonathan Ong 2016-03-12 18:30:43 -08:00
parent 3d15c2409d
commit 551715821b
1 changed files with 1 additions and 0 deletions

View File

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