From 11a278eebfb524c7e596d08ba5a38a8fe714b1a0 Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Thu, 19 Mar 2020 11:40:30 -0400 Subject: [PATCH] astyle not on travis, therefore don't test with CI --- test/rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rakefile b/test/rakefile index 6ff8ccc..c57c715 100644 --- a/test/rakefile +++ b/test/rakefile @@ -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"