Correct environment variable name.

This commit is contained in:
Matthieu Gautier 2018-02-26 14:33:31 +01:00
parent d7dd02e922
commit ed89cbccd8
1 changed files with 1 additions and 1 deletions

View File

@ -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"