diff options
author | Tim Newsome <tim@sifive.com> | 2018-04-18 15:49:53 -0700 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2018-04-20 14:47:27 -0700 |
commit | 5fa6dae9df391c386d729b6461be987504a7eaff (patch) | |
tree | 4a3aa12779f3e9ab6092e916dd37d170504b107b /.travis.yml | |
parent | 69a426038d5366517d88ae88ecacfcc9472efef2 (diff) | |
download | riscv-openocd-5fa6dae9df391c386d729b6461be987504a7eaff.zip riscv-openocd-5fa6dae9df391c386d729b6461be987504a7eaff.tar.gz riscv-openocd-5fa6dae9df391c386d729b6461be987504a7eaff.tar.bz2 |
Disable style check for now.
Fixes #242
Change-Id: I4d151350bf26bd3ea7733cb5247e4990fb487194
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2aeed08..f110fe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,6 @@ script: # 50 changes any case. Most merges won't consist of more than 40 changes, # so this should work fine most of the time, and be a lot better than not # checking at all. - - git diff HEAD~40 | ./tools/scripts/checkpatch.pl --no-signoff - + #- git diff HEAD~40 | ./tools/scripts/checkpatch.pl --no-signoff - - ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi $CONFIGURE_ARGS && make - file src/$EXECUTABLE |