diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index 341c87a1d..f13d02ce8 100644 --- a/circle.yml +++ b/circle.yml @@ -8,5 +8,5 @@ dependencies: test: override: - - cd src && find . -name \*.cpp -or -name \*.h > AllFiles.lst - - cd src && lua CheckBasicStyle.lua + - cd src && find . -name \*.cpp -or -name \*.h > AllFiles.lst && lua CheckBasicStyle.lua + - cd src/Bindings && lua CheckBindingsDependencies.lua |