Skip to content

Commit

Permalink
Add make check in travis
Browse files Browse the repository at this point in the history
(#null)
  • Loading branch information
lylei committed Dec 8, 2016
1 parent b832cea commit c3df1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ before_script:
- echo 'COMMON_PATH=./common/output' >> depends.mk
- echo 'LEVELDB_PATH=./thirdparty' >> depends.mk

script: make -j4 && make test
script: make -j4 && make check && make test

addons:
coverity_scan:
Expand Down

0 comments on commit c3df1c9

Please sign in to comment.