Browse Source

Run cpplint on CI build

Kevin Sawicki 8 years ago
parent
commit
1d42073ceb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      brightray/script/cibuild

+ 2 - 0
brightray/script/cibuild

@@ -2,6 +2,8 @@
 
 set -ex
 
+script/cpplint
+
 # Make cloned repository complete
 git fetch --unshallow origin HEAD