From 991264c342e1a16e8c236acf1f01f43bc372f54a Mon Sep 17 00:00:00 2001 From: dolymood Date: Mon, 4 Dec 2017 11:53:08 +0800 Subject: [PATCH] travis: dev branch support unit test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 11719014..7c06fcad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ node_js: branches: only: - master + - dev script: - npm test notifications: -- GitLab