diff options
author | chriseth <chris@ethereum.org> | 2018-02-20 00:20:30 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-21 23:35:37 +0800 |
commit | a048d69c03061a2b1429a02c06a48e4d6e6e6563 (patch) | |
tree | 20a9d320018c524e47fb8712134a0e3d6d6e16ed /.travis.yml | |
parent | 16c7eabc1c01328954af35c2e93f601ed26b9776 (diff) | |
download | dexon-solidity-a048d69c03061a2b1429a02c06a48e4d6e6e6563.tar.gz dexon-solidity-a048d69c03061a2b1429a02c06a48e4d6e6e6563.tar.zst dexon-solidity-a048d69c03061a2b1429a02c06a48e4d6e6e6563.zip |
Build documentation on CircleCI.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml index ebe91939..0b05f661 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,6 @@ env: global: - ENCRYPTION_LABEL="6d4541b72666" - SOLC_BUILD_TYPE=RelWithDebInfo - - SOLC_DOCS=Off - SOLC_EMSCRIPTEN=Off - SOLC_INSTALL_DEPS_TRAVIS=On - SOLC_RELEASE=On @@ -65,18 +64,6 @@ matrix: - ZIP_SUFFIX=ubuntu-trusty-clang - SOLC_STOREBYTECODE=On - # Documentation target, which generates documentation using Phoenix / ReadTheDocs. - - os: linux - dist: trusty - sudo: required - compiler: gcc - before_install: - - sudo apt-get -y install python-sphinx - env: - - SOLC_DOCS=On - - SOLC_RELEASE=Off - - SOLC_TESTS=Off - # Docker target, which generates a statically linked alpine image - os: linux dist: trusty @@ -184,7 +171,6 @@ before_script: script: - test $SOLC_EMSCRIPTEN != On || (scripts/test_emscripten.sh) - - test $SOLC_DOCS != On || (scripts/docs.sh) - test $SOLC_TESTS != On || (cd $TRAVIS_BUILD_DIR && scripts/tests.sh) - test $SOLC_STOREBYTECODE != On || (cd $TRAVIS_BUILD_DIR && scripts/bytecodecompare/storebytecode.sh) |