CI: hack to show "build names" in Travis

This commit is contained in:
Stéphane L 2017-08-19 12:26:23 +02:00
parent 60a5cdb154
commit 1cc57e7d1d

View File

@ -14,9 +14,11 @@ cache:
matrix:
include:
- os: linux
env: BUILDNAME="generate-docs"
script: "./CI/generate-docs.sh"
- os: linux
env: BUILDNAME="linux-build"
dist: trusty
sudo: required
services:
@ -31,6 +33,7 @@ matrix:
- docker exec -it xenial /root/obs-websocket/CI/package-xenial.sh
- os: osx
env: BUILDNAME="macos-build"
osx_image: xcode8.3
before_install: "./CI/install-dependencies-osx.sh"
script: "./CI/build-osx.sh"