From 2e347df1c8c75cd5b42f9ddfceecc8c902f3f7a2 Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Tue, 14 Aug 2018 10:25:54 -0400 Subject: [PATCH] Fix double builds --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 695e59d..d7fe317 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +if: tag IS blank + matrix: include: - os: linux @@ -9,8 +11,8 @@ node_js: "8" before_install: - ./install_deps.sh - - ./get_repo.sh - - ./check_tags.sh + - . get_repo.sh + - . check_tags.sh script: - ./build.sh