You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/06/28 22:27:31 UTC

[whimsy] branch master updated: Another lib test

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 93d585b  Another lib test
93d585b is described below

commit 93d585b6d0724ad2dee7551eb055bcb7d67e597b
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 28 23:27:23 2020 +0100

    Another lib test
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 85dd368..dd76cd9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,12 @@ rvm: # http://rubies.travis-ci.org/
   - 2.4
 #  - 2.5 (we don't need this yet, and it doubles the run time)
 
+# Additionally test lib on 2.5
+jobs:
+  include:
+  - rvm: 2.5
+    gemfile: lib/Gemfile
+
 # add subversion on Linux
 addons:
   apt: