From 4ae6c872468d2aeb461354febdccc3299b8c0207 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 25 Apr 2018 21:56:29 +0200 Subject: [PATCH] Test latest stable and mainline releases on Travis --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d31f8df..27dfd6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,14 @@ compiler: env: # Mainline. - - NGINX=1.13.10 - - NGINX=1.13.10 DYNAMIC=1 + - NGINX=1.13.12 + - NGINX=1.13.12 DYNAMIC=1 # Stable. + - NGINX=1.14.0 + - NGINX=1.14.0 DYNAMIC=1 + # Other configurations. - NGINX=1.12.2 - NGINX=1.12.2 DYNAMIC=1 - # Other configurations. - NGINX=1.11.6 - NGINX=1.10.2 # Version 1.9.15 was the first with loadable module support.