This commit is contained in:
Eugene Pankov 2017-06-24 18:28:13 +02:00
parent 3eea217728
commit 19e4620676

View File

@ -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