Remove check_roll from Travis (#5846)

Merged on red as there's only license hash mismatch.
This commit is contained in:
liyuqian 2018-07-24 10:46:07 -07:00 committed by GitHub
parent 95e91e31fa
commit 5bc1e68b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@ sudo: false
before_script:
- ./travis/setup.sh
script:
- ./travis/check_roll.sh
- ./travis/format.sh
- ./travis/build.sh
- ./travis/test.sh