summaryrefslogtreecommitdiff
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
parent14ceff2456cd5c76ba302eb41b4939c3c923e7f1 (diff)
downloadpsych-a0e08138cf21c2ebc7295fe622ea60b3d6d4aa80.tar.gz
use default task
-rw-r--r--.travis.yml2
-rw-r--r--Rakefile2
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cf013a8..6376c9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,6 @@ rvm:
- ruby-head
- rbx-2
before_install: gem install bundler --no-document
-before_script: rake compile
-script: rake test
matrix:
allow_failures:
- rvm: ruby-head
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]