You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple reproduction of the problem: A .travis.yml, makes two builds, one without environment variables defined. One build only, with TARGET=linux is desired:
language: c++
compiler: gcc
matrix:
include:
- os: linux
env: TARGET="linux"
install: true
script: true
leads to
15.1 Compiler: gcc no environment variables set
15.2 Compiler: gcc TARGET="linux"