From 9f57a63d70d34931b60eafc248fe9f1517b514b6 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 1 Dec 2016 19:18:12 +0000 Subject: [PATCH] DO NOT MERGE - test release_checks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00e21af..c1cb1b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false language: ruby cache: bundler -script: "bundle exec rake validate lint spec" +script: "bundle exec rake release_checks" #Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203 before_install: - gem update bundler -- 2.45.2