Correct environment variable name.
This commit is contained in:
parent
d7dd02e922
commit
ed89cbccd8
|
@ -33,7 +33,7 @@ deploy:
|
||||||
script: travis/deploy.sh
|
script: travis/deploy.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
condition: $TRAVIS_ENV_TYPE = cron
|
condition: $TRAVIS_EVENT_TYPE = cron
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
|
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
|
||||||
|
|
Loading…
Reference in New Issue