We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f87f5d0 + 6091cd5 commit b8431c5Copy full SHA for b8431c5
.travis.yml
@@ -159,7 +159,8 @@ cache:
159
install:
160
- test $SOLC_INSTALL_DEPS_TRAVIS != On || (scripts/install_deps.sh)
161
- test "$TRAVIS_OS_NAME" != "linux" || (scripts/install_cmake.sh)
162
- - 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
163
+ - SOLC_TESTS=Off
164
- if [ "$TRAVIS_BRANCH" = release -o -n "$TRAVIS_TAG" ]; then echo -n > prerelease.txt; else date -u +"nightly.%Y.%-m.%-d" > prerelease.txt; fi
165
- echo -n "$TRAVIS_COMMIT" > commit_hash.txt
166
0 commit comments