From e7061591e38309fe7a7e4b945a8cd4d431e0bcc3 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 7 Jul 2017 17:06:47 +0000 Subject: [PATCH] Enable travis on 5.9 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9d290446b..9eb87c044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ branches: - master # enable building tags - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ + - "5.9" cache: yarn: true