From e9bfeeb2475d73ddb6b8d771559bf0fdcbd5240e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 20 Jun 2017 15:46:23 -0700 Subject: Update travis test to run Signed-off-by: Tim Smith --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 331b3fd..216cae1 100644 --- a/Rakefile +++ b/Rakefile @@ -132,4 +132,4 @@ desc "Run style + spec tests by default on travis" task travis: %w{style spec} desc "Run style + spec tests by default" -task default: %w{style spec} +task default: %w{compile style spec} -- cgit v1.2.1