summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorpushmatrix <daniel.beauchamp@gmail.com>2013-09-19 15:22:41 +0200
committerpushmatrix <daniel.beauchamp@gmail.com>2013-09-19 15:23:25 +0200
commit795eb52d4e7f9862016caf1f3b9fc54aba7443f7 (patch)
treeebab3112174fff7fe53728153320610c80113792 /.travis.yml
parentc973499200337b4a343f5df94776fc7b43ceffec (diff)
Fix travisCI config to not use a bundled version of rake.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6553133..cbb92e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: ruby
rvm:
- 2.0.0
- - 1.9.3 \ No newline at end of file
+ - 1.9.3
+
+script: "rake test" \ No newline at end of file