Peter Squicciarini 7 лет назад
Родитель
Сommit
2e347df1c8
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      .travis.yml

+ 4 - 2
.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