summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-12-27attempt to fix travis bug on large stdout/stderr dumpsCosta Tsaousis (ktsaou)
2017-09-17Deploy using new firehol-automation userPhilip Whineray
2017-06-22Fix build with latest travis imagesPhilip Whineray
We use the garnet image, which got updated as described here: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch One of the updates removed the fakeroot package from the base, so this update re-adds it explicitly.
2017-04-05travis uninstalls gnupg and installs gpgCosta Tsaousis (ktsaou)
2017-04-04use the travis installed gnupg instead of gpgCosta Tsaousis (ktsaou)
2017-04-04update travis to trace the issue of osx failingCosta Tsaousis (ktsaou)
2017-04-03Enable build and deploy of self-extractorPhilip Whineray
Requires full virtualisation (sudo) and docker (which requires trusty) Make sure we include checksums for binary. Make sure we only deploy one type of "nightly" build.
2017-03-31fixes https://github.com/firehol/netdata/pull/1733#issuecomment-290547133Costa Tsaousis (ktsaou)
2017-03-20Create draft release when uploading from TravisPhilip Whineray
This should allow us to edit the release notes before publishing the release.
2017-02-12do not compile netdata twice on travisCosta Tsaousis (ktsaou)
2017-02-07Fix packaging/check-files for sed version of macOSSimon Nagl
2017-02-06[travis] Fix deploy conditionSimon Nagl
2017-02-06Add macOS build to travis.Simon Nagl
2016-12-16Ensure ssh-agent environment available to allPhilip Whineray
2016-12-16Fix pull requests from external repositoriesPhilip Whineray
Github/travis integration does not make available the encryption keys for pull requests from remote repositories. Move direct commands from travis into scripts so that we decrypt and deploy only when we can.
2016-11-24Travis signature checking, deployment to github and firehol.orgPhilip Whineray
Allows us to eliminate a large number of scripts from the firehol infrastructure. Netdata does multiple compiler tests. We pick one (CC = gcc) for deploying; it doesn't really matter which, since binaries are not part of the deployment.
2016-05-14re-enabled travis-ci as root (the make files handle the setcap failure)Costa Tsaousis
2016-05-14travis-ci now builds netdata as non-rootCosta Tsaousis
2016-05-14allow travis-ci to find command setcapCosta Tsaousis
2016-05-07added libuuidCosta Tsaousis
2016-04-16test also installerElan Ruusamäe
2016-04-15BR zlib1g-devElan Ruusamäe
2016-04-15initial travis integrationElan Ruusamäe