Skip to content

Commit b8431c5

Browse files
authored
Merge pull request #3897 from ethereum/noTestsOnTravis
Disable tests on travis.
2 parents f87f5d0 + 6091cd5 commit b8431c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ cache:
159159
install:
160160
- test $SOLC_INSTALL_DEPS_TRAVIS != On || (scripts/install_deps.sh)
161161
- test "$TRAVIS_OS_NAME" != "linux" || (scripts/install_cmake.sh)
162-
- if [ "$TRAVIS_BRANCH" != release -a -z "$TRAVIS_TAG" ]; then SOLC_TESTS=Off; fi
162+
# - if [ "$TRAVIS_BRANCH" != release -a -z "$TRAVIS_TAG" ]; then SOLC_TESTS=Off; fi
163+
- SOLC_TESTS=Off
163164
- if [ "$TRAVIS_BRANCH" = release -o -n "$TRAVIS_TAG" ]; then echo -n > prerelease.txt; else date -u +"nightly.%Y.%-m.%-d" > prerelease.txt; fi
164165
- echo -n "$TRAVIS_COMMIT" > commit_hash.txt
165166

0 commit comments

Comments
 (0)