Use "nightly" version string for all CI built binaries.

This commit is contained in:
chriseth
2017-03-23 09:56:17 +01:00
parent 74d7c51389
commit b28aefe28c
3 changed files with 3 additions and 7 deletions
-6
View File
@@ -29,12 +29,6 @@
set -e
if [[ "$OSTYPE" != "darwin"* ]]; then
if [ "$TRAVIS_BRANCH" = release ]
then
echo -n > prerelease.txt
else
date -u +"nightly.%Y.%-m.%-d" > prerelease.txt
fi
./scripts/travis-emscripten/install_deps.sh
docker run -v $(pwd):/src trzeci/emscripten:sdk-tag-1.35.4-64bit ./scripts/travis-emscripten/build_emscripten.sh
fi