Skip to content

Commit

Permalink
Travis: Setup envvars together with build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Nov 6, 2017
1 parent 7e664db commit af9a42c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ dist: trusty
services:
- docker
env:
- MSGFLO_BROKER=mqtt://localhost
matrix:
include:
- env: TARGET=x86
- env: TARGET=raspberrypi3 DOCKER_FILE=Dockerfile-raspberrypi3
global:
- MSGFLO_BROKER=mqtt://localhost
matrix:
- TARGET=x86
- TARGET=raspberrypi3 DOCKER_FILE=Dockerfile-raspberrypi3
before_install:
- sudo apt-get update -qq
- sudo apt-get install pkg-config libev-dev cmake openssl libc-ares-dev
Expand Down

0 comments on commit af9a42c

Please sign in to comment.