diff options
author | chriseth <chris@ethereum.org> | 2018-04-17 04:30:30 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-17 04:30:30 +0800 |
commit | 6091cd54b42c6e6aa1d5f4720e91d75f619ad077 (patch) | |
tree | 6b971913021037cf28141c38af97c7ecda77719f /.travis.yml | |
parent | f87f5d087cb9c121b64f61007309ad7ba33b2f3e (diff) | |
download | dexon-solidity-6091cd54b42c6e6aa1d5f4720e91d75f619ad077.tar.gz dexon-solidity-6091cd54b42c6e6aa1d5f4720e91d75f619ad077.tar.zst dexon-solidity-6091cd54b42c6e6aa1d5f4720e91d75f619ad077.zip |
Disable tests on travis.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8aeda86a..539e6088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -159,7 +159,8 @@ cache: install: - test $SOLC_INSTALL_DEPS_TRAVIS != On || (scripts/install_deps.sh) - test "$TRAVIS_OS_NAME" != "linux" || (scripts/install_cmake.sh) - - if [ "$TRAVIS_BRANCH" != release -a -z "$TRAVIS_TAG" ]; then SOLC_TESTS=Off; fi +# - if [ "$TRAVIS_BRANCH" != release -a -z "$TRAVIS_TAG" ]; then SOLC_TESTS=Off; fi + - SOLC_TESTS=Off - if [ "$TRAVIS_BRANCH" = release -o -n "$TRAVIS_TAG" ]; then echo -n > prerelease.txt; else date -u +"nightly.%Y.%-m.%-d" > prerelease.txt; fi - echo -n "$TRAVIS_COMMIT" > commit_hash.txt |