diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-27 13:58:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 13:58:32 +0800 |
commit | 91d4fa477c1e2a557baa1650dc02eb9dd3a32c47 (patch) | |
tree | f6bc02c7cb0790789cf6533ebb1b6c28ba41b4c1 /.travis.yml | |
parent | d14d7109b669a93e0f93784a2e6585c496cd8027 (diff) | |
parent | 4588eda622c9ef2cb62252ec12ea7bb9ae057bd1 (diff) | |
download | dexon-solidity-91d4fa477c1e2a557baa1650dc02eb9dd3a32c47.tar.gz dexon-solidity-91d4fa477c1e2a557baa1650dc02eb9dd3a32c47.tar.zst dexon-solidity-91d4fa477c1e2a557baa1650dc02eb9dd3a32c47.zip |
Merge pull request #941 from chriseth/versionString
Version string
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1b0ff15d..da9bd2f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,6 +141,8 @@ cache: install: - test $TRAVIS_INSTALL_DEPS != On || ./scripts/install_deps.sh + - echo -n "$TRAVIS_COMMIT" > commit_hash.txt + - test "$TRAVIS_PULL_REQUESTS" != "false" || test "$TRAVIS_BRANCH" != release || echo -n > prerelease.txt # this is a proper release before_script: - test $TRAVIS_EMSCRIPTEN != On || ./scripts/build_emscripten.sh - test $TRAVIS_RELEASE != On || (mkdir -p build |