summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-06-20 15:46:23 -0700
committerTim Smith <tsmith@chef.io>2017-06-20 15:46:23 -0700
commite9bfeeb2475d73ddb6b8d771559bf0fdcbd5240e (patch)
treea869e27707c63cf1084445d354678567acb0def3 /Rakefile
parent672fce3aed2d68e7362dc5cfeb72df78f30eb3a2 (diff)
downloadffi-yajl-e9bfeeb2475d73ddb6b8d771559bf0fdcbd5240e.tar.gz
Update travis test to run
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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}