summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]