aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* travis, Dockerfile, appveyor: bump to Go 1.13Péter Szilágyi2019-09-121-12/+12
* travis: isolate linter and tests jobs (#19883)Tyler Ferrara2019-07-251-22/+33
* vendor: remove unused dependencies (#19683)Felix Lange2019-06-071-12/+0
* swarm: code cleanup, move to ethersphere/swarm (#19661)Rafael Matias2019-06-041-15/+6
* travis: update builders to xenial to shadow Go releasesPéter Szilágyi2019-04-081-10/+10
* travis: extend race detection for swarm p2p packages (#19287)Ferenc Szabo2019-03-211-1/+1
* travis, appveyor, Dockerfile: upgrade to Go 1.12Samuel Marks2019-02-271-10/+21
* travis, build: switch to NDK 19b, fix gomobile builds (#19171)Péter Szilágyi2019-02-261-4/+3
* travis.yml: add race detector job for Swarm (#19148)Ferenc Szabo2019-02-221-6/+15
* .travis.yml: make build independent of repo name (#17607)Nguyen Kien Trung2019-02-221-1/+1
* travis.yml: add launchpad SSH public key (#19115)Péter Szilágyi2019-02-181-0/+1
* .travis.yml: fix upload destination (#19043)Felix Lange2019-02-121-1/+1
* build: use SFTP for launchpad uploads (#19037)Felix Lange2019-02-121-1/+3
* travis, appveyor: bump to Go 1.11.5 (#18947)Samuel Marks2019-01-281-1/+1
* travis, appveyor: bump to Go 1.11.4 (#18314)Samuel Marks2019-01-031-1/+1
* travis: increase open file limits (#18155)Anton Evangelatov2018-11-221-0/+8
* travis, appveyor: bump to Go 1.11.2 (#18031)Samuel Marks2018-11-071-1/+1
* travis, build: speed up CI runs (#17854)Felix Lange2018-10-081-13/+12
* travis, appveyor: bump to Go 1.11.1 (#17820)Samuel Marks2018-10-031-1/+1
* travis.yml: remove Go 1.9 (#17807)Anton Evangelatov2018-10-021-11/+0
* travis, Dockerfile, appveyor, build: bump to Go 1.11Samuel Marks2018-09-191-9/+20
* travis: remove brew update and osxfuse install (#17429)Anton Evangelatov2018-08-201-2/+0
* travis: use NDK 17b for Android archives (#17029)ligi2018-06-201-4/+4
* travis, appveyor: update to Go 1.10.3Péter Szilágyi2018-06-141-1/+1
* travis, appveyor: bump Go release to 1.10.2Péter Szilágyi2018-05-181-1/+1
* travis: try to upgrade android builder to trustyPéter Szilágyi2018-05-141-1/+1
* travis: use Android NDK 16b (#16562)ligi2018-05-101-4/+4
* travis.yml: remove obsolete brew-cask installDomino Valdano2018-05-021-1/+0
* Merge pull request #16481 from karalabe/go1.10.1Péter Szilágyi2018-04-111-9/+9
|\
| * travis, appveyor: bump to Go 1.10.1Péter Szilágyi2018-04-101-9/+9
* | travis.yml: add TEST_PACKAGES to speed up swarm testing (#16456)Elad_2018-04-101-3/+3
|/
* travis.yml: remove sudo requirement for PPA and Azure purge builders (#16404)Felix Lange2018-03-281-6/+17
* crypto/bn256: full switchover to cloudflare's code (#16301)Péter Szilágyi2018-03-201-11/+0
* travis, Dockerfile, appveyor, build: bump to Go 1.10Péter Szilágyi2018-03-081-8/+19
* travis, build, consensus: drop support for Go 1.7Péter Szilágyi2018-02-281-11/+0
* travis.yml: work around Go 1.9.4 issue (#16082)Felix Lange2018-02-141-0/+2
* travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849)Jean-André Santoni2018-01-111-0/+1
* build: set CC through a command-line flag (#15784)Péter Szilágyi2018-01-021-4/+4
* travis.yml: avoid submodules on builders without tests (#15620)Felix Lange2017-12-071-16/+12
* travis: bump Android NDK version and Android Go builderPéter Szilágyi2017-11-091-5/+5
* build: add Travis job to lint Go code #15372 (#15416)Dan Melton2017-11-091-2/+16
* travis.yml: update go versions (#15154)Davor Kapsa2017-09-191-8/+8
* travis, appveyor: bump Go to 1.9 stablePéter Szilágyi2017-08-281-7/+19
* travis.yml: add fakeroot to launchpad builderFelix Lange2017-06-231-0/+1
* travis, appveyor: bump to Go 1.8.3, Android NDK 14bPéter Szilágyi2017-05-251-12/+12
* travis: adapt build script to new travis VM settingsPéter Szilágyi2017-05-081-1/+1
* travis, appveyor: update to Go 1.8.1Péter Szilágyi2017-04-091-28/+9
* .travis, build: autodelete old unstable archives (#13867)Péter Szilágyi2017-04-061-0/+10
* travis.yml: re-add missing build commands for Go 1.7Felix Lange2017-03-241-1/+3
* build: always run go vetFelix Lange2017-03-241-2/+2
* swarm/api: support mounting manifests via FUSE (#3690)Zahoor Mohamed2017-03-231-0/+15
* build: require Go >= 1.7Felix Lange2017-03-221-8/+0
* travis: switch to cocoapods 1.2.0 stablePéter Szilágyi2017-03-201-1/+1
* travis: support building mips32 and mips64 tooPéter Szilágyi2017-03-021-0/+26
* travis: only run go vet and misspell on latest GoPéter Szilágyi2017-02-221-1/+10
* travis: fallback ARM64 builds to Go 1.7.5 due to compiler bugPéter Szilágyi2017-02-201-0/+19
* travis, appveyor: update builders to Go 1.8Péter Szilágyi2017-02-201-6/+9
* travis: split Android off OSX, use native imagePéter Szilágyi2017-02-111-13/+38
* travis: Install Android NDK explicitly, removed from gomobile (#3593)Péter Szilágyi2017-01-201-1/+2
* travis, appveyor, build: add source spell checkingPéter Szilágyi2017-01-131-1/+1
* travis, appveyor: build with Go 1.7.4Péter Szilágyi2016-12-141-4/+4
* travis: dash of black magic to summon the cache daemon (#3288)Péter Szilágyi2016-11-171-9/+8
* travis: only install the needed three android platforms (#3274)Péter Szilágyi2016-11-161-1/+1
* travis.yml: upload to the real PPAFelix Lange2016-11-151-1/+1
* travis: force xcode to finish iOS simulator configs (#3265)Péter Szilágyi2016-11-151-0/+2
* travis, build: further maven and gpg refinementsPéter Szilágyi2016-11-151-6/+7
* travis, build: fix mobile build issues on travisPéter Szilágyi2016-11-151-0/+1
* travis: work around "timeout features"Péter Szilágyi2016-11-151-1/+1
* travis, build: cocoapods build fixes and travis cachesPéter Szilágyi2016-11-151-0/+9
* build: iOS XCode framework build and uploadPéter Szilágyi2016-11-141-1/+5
* .travis, build: Build step to push .aar to Maven CentralPéter Szilágyi2016-11-141-12/+5
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-0/+15
* travis: build to all supported linux architectures (#3235)Péter Szilágyi2016-11-041-1/+16
* build, internal/build: misc improvements (#3229)Felix Lange2016-11-031-3/+1
* travis, build: enable 386 builds too for linux and osxPéter Szilágyi2016-11-031-2/+7
* travis, build: implement uploading archives to azurePéter Szilágyi2016-11-031-4/+17
* build: improve debian packagingFelix Lange2016-10-021-1/+1
* travis.yml: remove go 1.4 builderFelix Lange2016-09-261-3/+0
* 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
* 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
* 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
* .travis.yml: speed up tests on TravisFelix Lange2015-02-201-3/+0
* 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
* 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
* 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
* 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