From 19e4620676455f705ec30896f9c555177382c750 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 24 Jun 2017 18:28:13 +0200 Subject: [PATCH] . --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 473a907c..390949ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ matrix: include: - os: linux - env: BUILD_FOR=windows + env: BUILD_FOR=windows ARTIFACT="dist/win/*.exe" - os: linux - env: BUILD_FOR=linux + env: BUILD_FOR=linux ARTIFACT="dist/terminus*" - os: osx - env: BUILD_FOR=macos + env: BUILD_FOR=macos ARTIFACT="dist/terminus*" language: node_js node_js: 7 -- GitLab