summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-27 15:29:15 +0200
committerGitHub <noreply@github.com>2018-09-27 15:29:15 +0200
commit14c0387767b0d0bb8a77a18bcacda13e13db64bf (patch)
tree9c6559879dc130540995502d2319a71a8fd2c366
parentbeefe4e223c6a63653cc76410d5fcf7d59115708 (diff)
Build OSX earlier (#4305)
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 04c8139e55..4fd6ce7a7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,11 @@ jobs:
env: INSTALL_COVERITY="true"
if: type = cron
- stage: "build"
- name: "ubuntu 14.04 (not containerized)"
+ name: "OSX"
+ install: brew install fakeroot ossp-uuid
+ script: fakeroot ./netdata-installer.sh --install $HOME --dont-wait --dont-start-it
+ os: osx
+ - name: "ubuntu 14.04 (not containerized)"
install: sudo apt-get install -y libcap2-bin zlib1g-dev uuid-dev fakeroot
script: fakeroot ./netdata-installer.sh --dont-wait --dont-start-it --install $HOME
- name: "ubuntu 18.04"
@@ -58,10 +62,6 @@ jobs:
# TODO: cannot run installer without bash
# - name: "alpine"
# script: ./.travis/containerized_build.sh alpine
- - name: "OSX"
- install: brew install fakeroot ossp-uuid
- script: fakeroot ./netdata-installer.sh --install $HOME --dont-wait --dont-start-it
- os: osx
- stage: "release"
name: "Docker"
script: docker/build.sh