From 1c2a3966e1e3adb4c8c169a12bd17739d5ba1177 Mon Sep 17 00:00:00 2001 From: Peter Krautzberger Date: Sat, 6 Feb 2016 22:24:52 +0100 Subject: [PATCH] Continuous Integration: simplify regex for allowed branches and tags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15e4b29b6..1f91583e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ script: branches: only: - master - - /^(\d+\.)+(\d+\.)+(\d+)?(-)?(.+)$/ + - /^\d+\.\d+/ deploy: provider: npm email: manager@mathjax.org