aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* TravisCI: add Go 1.7 targets, bump PPA to 1.7 tooPéter Szilágyi2016-08-171-2/+5
|
* build: add ci.go, use it everywhereFelix Lange2016-06-221-20/+34
| | | | | | The new build script, ci.go, replaces some of the older shell scripts. ci.go can compile go-ethereum, run the tests, create release archives and debian source packages.
* travis: run CI builds against multiple Go versionsPéter Szilágyi2016-05-051-3/+5
|
* crypto/secp256k1: remove dependency on libgmpFelix Lange2015-12-041-4/+0
| | | | | Turns out we actually don't need it, USE_NUM_NONE works because we also set USE_FIELD_INV_BUILTIN.
* Codecov integrationTaylor Gerring2015-08-191-2/+2
|
* Travis container supportTaylor Gerring2015-07-181-4/+5
|
* Travis and README cleanupTaylor Gerring2015-06-251-6/+3
|
* travis: removed qt depsobscuren2015-06-211-1/+1
|
* Use Makefile for Travis testsFelix Lange2015-04-291-4/+3
|
* Remove old go cover locationTaylor Gerring2015-03-291-1/+1
|
* Added gitter integration for travisobscuren2015-03-241-0/+7
|
* Update Go and Qt versionsTaylor Gerring2015-02-251-2/+2
|
* Don't print per-function testing resultsTaylor Gerring2015-02-211-0/+5
|
* .travis.yml: don't run gofmt, goimports, golintFelix Lange2015-02-201-5/+0
| | | | | | This should yield another 30-second speed up. Nobody looks at the output of those anyway. We might want bring back gofmt later and actually fail the build if source is not formatted.
* .travis.yml: speed up tests on TravisFelix Lange2015-02-201-3/+0
| | | | This should decrease test runtime to about 30 seconds.
* Update Travis to use godepTaylor Gerring2015-02-161-1/+2
|
* Add go check to prefetched test dependenciesTaylor Gerring2015-02-061-0/+1
|
* Updated go list commandTaylor Gerring2015-02-061-1/+1
|
* Use after_success build stepTaylor Gerring2015-02-061-1/+3
|
* No long use v1 branch of qml repoTaylor Gerring2015-02-061-2/+1
|
* Pin Travis go version to 1.4.1Taylor Gerring2015-02-061-1/+1
|
* Only submit on coverage report successTaylor Gerring2015-02-061-2/+1
|
* Only download missing deps, not buildTaylor Gerring2015-02-061-1/+1
|
* Separate Coveralls submission from coverage scriptTaylor Gerring2015-02-031-0/+1
|
* Travis fixes for Qt5.4Taylor Gerring2015-01-311-4/+7
|
* Travis fixTaylor Gerring2015-01-301-0/+1
| | | | Satisfy dependency for obscuren/qml fork
* Move goveralls call to scriptTaylor Gerring2014-12-221-1/+1
|
* Update travis go version to tipTaylor Gerring2014-12-221-1/+1
|
* inline dependency installation scriptTaylor Gerring2014-12-221-1/+1
|
* Update cover command installationTaylor Gerring2014-12-221-1/+1
|
* Updated tool import pathsTaylor Gerring2014-12-221-2/+2
|
* chain coverage report & submissionTaylor Gerring2014-11-271-3/+1
| | | | | prevent coverage results from being submitted to coveralls if when the build fails
* Undo running `go vet` in travisTaylor Gerring2014-11-181-2/+2
|
* enable `go vet`Taylor Gerring2014-11-181-1/+1
|
* enable golintTaylor Gerring2014-11-181-1/+1
|
* Add goveralls to travis buildsTaylor Gerring2014-11-161-0/+6
|
* update travis stepsTaylor Gerring2014-11-161-3/+4
|
* Reorg travis.ymlTaylor Gerring2014-11-161-6/+4
|
* Update travis deps scriptTaylor Gerring2014-11-161-2/+0
|
* add websocket to depsTaylor Gerring2014-11-161-0/+1
|
* add go cover to install listTaylor Gerring2014-11-161-0/+1
|
* add go-nat-pmp to manual install listTaylor Gerring2014-11-161-0/+1
|
* Add -y flagsTaylor Gerring2014-11-161-2/+2
|
* update apt reposTaylor Gerring2014-11-161-1/+4
|
* update travis build depsTaylor Gerring2014-11-161-1/+1
|
* make script executableTaylor Gerring2014-11-161-1/+2
|
* script fixTaylor Gerring2014-11-161-1/+1
|
* custom travis build scriptTaylor Gerring2014-11-161-2/+3
| | | | Based on https://github.com/daaku/go.travis/blob/master/install
* try to fix travis dep errorTaylor Gerring2014-11-151-1/+1
|
* more travis changesTaylor Gerring2014-11-151-1/+7
|
* run coverage after buildTaylor Gerring2014-11-151-1/+1
|
* try to get full coverage report on travisTaylor Gerring2014-11-151-0/+6
|
* Travis bumped to 1.3obscuren2014-10-181-1/+1
|
* sudo not udoobscuren2014-01-101-1/+1
|
* before installobscuren2014-01-101-0/+1
|
* Added travisobscuren2013-12-271-0/+3