Revert "Do not deploy on native_dyn linux platform."

This reverts commit 8db9def67d.
This commit is contained in:
Matthieu Gautier 2018-06-20 15:11:27 +02:00
parent d0ecf70284
commit 8b5715acff
1 changed files with 1 additions and 2 deletions

View File

@ -43,13 +43,12 @@ deploy:
script: travis/deploy.sh script: travis/deploy.sh
on: on:
tags: true tags: true
condition: $TRAVIS_OS_NAME = osx || $PLATFORM != native_dyn
- provider: script - provider: script
skip_cleanup: true skip_cleanup: true
script: travis/deploy.sh script: travis/deploy.sh
on: on:
branch: master branch: master
condition: $TRAVIS_EVENT_TYPE = cron && ($TRAVIS_OS_NAME = osx || $PLATFORM != native_dyn) condition: $TRAVIS_EVENT_TYPE = cron
env: env:
global: global:
- NIGHTLY_DATE=$(date +%Y-%m-%d) - NIGHTLY_DATE=$(date +%Y-%m-%d)