From 19a60ccee21f228b0bbd38eebdb682470dcb0693 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 23 Jun 2014 14:14:12 -0400 Subject: [PATCH] Test gem installation on 1.9.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfe3e7a..27d058c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: - rvm: rbx-19mode - rvm: jruby-head -script: "rake test" +script: "gem build liquid.gemspec && gem install liquid-3.0.0.gem" notifications: disable: true