summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-07-12 11:36:54 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-07-12 11:36:54 +0900
commita0e08138cf21c2ebc7295fe622ea60b3d6d4aa80 (patch)
treebcc5948efce0342b78ef36d33ac3c3bdfa51ab76 /Rakefile
parent14ceff2456cd5c76ba302eb41b4939c3c923e7f1 (diff)
downloadpsych-a0e08138cf21c2ebc7295fe622ea60b3d6d4aa80.tar.gz
use default task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6a98ba0..100c27e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,4 +28,4 @@ else
end
end
-task :default => :test
+task :default => [:compile, :test]