use TRAVIS_BRANCH (which is the tag for tag builds)

pull/38/head
Lex Neva 2018-01-23 22:04:19 -05:00
rodzic 858be29401
commit a57ac2a902
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
EXTENSIONS:=embroider embroider_params embroider_simulate embroider_update
# This gets the branch name or the name of the tag
VERSION:=$(TRAVIS_TAG)
VERSION:=$(TRAVIS_BRANCH)
OS:=$(shell uname)
ARCH:=$(shell uname -m)