aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Update CI settingsv0.5.1Wei-Ning Huang2018-12-061-2/+2
* Use emscripten 1.37.21 and boost 1.67.0 on both travis and circle.Daniel Kirchner2018-11-211-2/+2
* Remove trailing whitespace for all files in the repository.Daniel Kirchner2018-09-041-1/+1
* Do not run emscripten tests on travis.chriseth2018-04-201-1/+1
* Disable tests on travis again.chriseth2018-04-201-1/+2
* Enable travis tests on develop branch.chriseth2018-04-171-2/+2
* Disable tests on travis.chriseth2018-04-171-1/+2
* Require node 8 for Javascript testsAlex Beregszaszi2018-04-031-3/+3
* Disable tests for travis on non-release and non-tag branches.chriseth2018-02-271-0/+1
* Build documentation on CircleCI.chriseth2018-02-211-14/+0
* Use node 7 as required by Gnosis contractschriseth2018-02-131-3/+3
* Store bytecode in any case.chriseth2017-11-301-2/+0
* No bytecodecompare if tests failed (issue #2300)Boris Kostenko2017-10-201-2/+2
* No bytecodecompare if tests failed (issue #2300)Boris Kostenko2017-10-201-2/+4
* No bytecodecompare if tests failed (issue #2300)Boris Kostenko2017-10-201-2/+2
* Install libz3-dev from PPA if the distribution does not provide it.chriseth2017-09-291-7/+0
* Try to fix docker release deployment.chriseth2017-09-211-1/+1
* Travis CI: Do not cache build dirPaweł Bylica2017-09-131-1/+0
* Merge pull request #2514 from ethereum/chriseth-patch-1chriseth2017-07-061-0/+1
|\
| * Run docker deployment on actual releases.chriseth2017-07-041-0/+1
* | Merge pull request #2510 from ethereum/developchriseth2017-07-031-0/+1
|\|
| * Run solc-js tests on emscripten buildAlex Beregszaszi2017-06-291-0/+1
* | Also create empty prerelease.txt for tags.chriseth2017-05-051-1/+1
|/
* Create bytecode for all tests and push to remote repo.chriseth2017-03-231-0/+5
* Use "nightly" version string for all CI built binaries.chriseth2017-03-231-0/+2
* Move docker build to its own script.chriseth2017-03-171-6/+1
* Create temporary docker image.chriseth2017-03-171-3/+3
* Publish soljson and alpine static build on github release page.chriseth2017-03-171-5/+7
* Use version 6chriseth2017-02-141-2/+2
* Install nvmchriseth2017-02-141-0/+2
* Try different nodejs version request formatting.chriseth2017-02-131-1/+2
* should fix all the emscripten errors and problems associated with itRJ Catalano2017-02-121-1/+1
* Fix macOS buildsAlex Beregszaszi2017-02-121-5/+9
* Run every travis script in a subshellAlex Beregszaszi2017-02-121-12/+12
* edit the documentation for the travis fileRJ Catalano2017-02-101-3/+4
* reorganize travisRJ Catalano2017-02-101-35/+50
* Use nodejs 6chriseth2017-02-091-1/+1
* Require node.js >= 5Alex Beregszaszi2017-02-071-2/+2
* implement a build scriptRJ Catalano2017-02-031-5/+1
* Travis CI: Install latest CMakePaweł Bylica2017-01-121-0/+2
* Create source tarballs for releases.chriseth2017-01-041-36/+15
* Require stable nodejs for deployment.chriseth2017-01-031-0/+1
* Fix licensing headersVoR02202016-11-231-5/+5
* Drop CryptoPP leftoversPaweł Bylica2016-11-081-1/+0
* Build jsoncpp from source using jsoncpp.cmake scriptPaweł Bylica2016-10-211-2/+1
* Disable macos for now.chriseth2016-10-051-4/+5
* Also publish from release branch.chriseth2016-09-181-1/+3
* Merge pull request #941 from chriseth/versionStringBob Summerwill2016-08-271-0/+2
|\
| * Store commit hash and handle prerelease vor all automation tools.chriseth2016-08-261-0/+2
* | Restore OS X Mavericks builds in TravisCI.Bob Summerwill2016-08-271-4/+4
|/
* Disable macos.chriseth2016-08-261-31/+39
* Confirmed that ZIPs work for Solidity.Bob Summerwill2016-08-161-1/+1
* Flipped solidity whitelisting to develop, to check ZIP workflow is OK.Bob Summerwill2016-08-161-1/+1
* We DO need to run install deps for docs target.Bob Summerwill2016-08-151-1/+0
* Flipped to !on expressions and added whitespace.Bob Summerwill2016-08-151-6/+6
* Disabled unit-test runs for Yosemite, El Capitan and Sierra.Bob Summerwill2016-08-151-25/+61
* Flip whitelisting to release branch.Bob Summerwill2016-08-121-1/+1
* Flipped back to whitelisting develop, and attempting to fix conditional.Bob Summerwill2016-08-121-2/+2
* Switched whitelisting to 'release' branch for Appveyor and TravisCI.Bob Summerwill2016-08-121-1/+1
* Do not run attempt to publish ZIPs for docs or emscripten flows.Bob Summerwill2016-08-121-0/+1
* Publish releases for develop branch.chriseth2016-08-121-1/+1
* New publish key.chriseth2016-08-121-1/+1
* Added a lot of comments to the TravisCI ZIP release section, for Christian's ...Bob Summerwill2016-08-121-1/+39
* Re-add the ZIP release flow for Solidity.Bob Summerwill2016-08-111-28/+23
* Added xcode8 support to TravisCIBob Summerwill2016-08-061-0/+7
* Change deploy key.chriseth2016-08-031-1/+1
* Install dependencies for docs.chriseth2016-08-021-1/+1
* Only install deps for default job.chriseth2016-08-021-1/+3
* Parallel builds for emscripten and docs.chriseth2016-08-021-8/+19
* Constraint Emscripten publish step to Ubuntu runs.Bob Summerwill2016-08-021-17/+25
* Build emscripten in build-emscripten to separate cache.chriseth2016-08-021-6/+1
* Cache.chriseth2016-08-021-0/+1
* Cache.chriseth2016-08-011-0/+9
* Run the tests only three times.chriseth2016-08-011-8/+2
* Enable the Emscripten release flow.Bob Summerwill2016-08-011-8/+8
* Make the Solidity repository standalone.Bob Summerwill2016-08-011-5/+115
* Use travis for tests, too.chriseth2016-06-261-11/+15
* Use travis to check documentation.chriseth2016-05-191-0/+11