From a0d11c014afa3f9cb021d0a4c182e3b9c51fd84a Mon Sep 17 00:00:00 2001 From: neoFelhz Date: Wed, 8 Nov 2017 18:15:13 +0800 Subject: [PATCH] chore: add combine.sh to travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 01237a1..5902bc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ dist: trusty script: - chmod +x ./checker.sh - chmod +x ./deploy.sh + - chmod +x ./combine.sh - ./checker.sh + - ./combine.sh - ./deploy.sh > /dev/null