1
0
forked from Mirror/wren

main branch reference fixes

This commit is contained in:
underscorediscovery
2020-06-12 10:11:49 -07:00
parent e45a9d0382
commit 9fb6d02b5c
23 changed files with 25 additions and 25 deletions

View File

@ -16,8 +16,8 @@ jobs:
- stage: deploy
script: ./util/deploy_docs_from_travis.sh
# Only deploy commits that land on master.
if: branch = master and type = push
# Only deploy commits that land on main.
if: branch = main and type = push
# Travis VMs are 64-bit but we compile both for 32 and 64 bit. To enable the
# 32-bit builds to work, we need gcc-multilib.