astyle not on travis, therefore don't test with CI

This commit is contained in:
mvandervoord
2020-03-19 11:40:30 -04:00
parent 69ad84b06b
commit 11a278eebf
+1 -1
View File
@@ -32,7 +32,7 @@ configure_clean
configure_toolchain(DEFAULT_CONFIG_FILE)
task :default => [:test]
task :ci => [:no_color, :default, 'test:examples', 'style:check', 'style:c']
task :ci => [:no_color, :default, 'test:examples', 'style:check']
task :cruise => :ci
desc "Load configuration"