Compare commits

...

1 Commits

Author SHA1 Message Date
Eugene Pankov
19e4620676 . 2017-06-24 18:28:13 +02:00

View File

@@ -1,11 +1,11 @@
matrix: matrix:
include: include:
- os: linux - os: linux
env: BUILD_FOR=windows env: BUILD_FOR=windows ARTIFACT="dist/win/*.exe"
- os: linux - os: linux
env: BUILD_FOR=linux env: BUILD_FOR=linux ARTIFACT="dist/terminus*"
- os: osx - os: osx
env: BUILD_FOR=macos env: BUILD_FOR=macos ARTIFACT="dist/terminus*"
language: node_js language: node_js
node_js: 7 node_js: 7