1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2024-11-22 10:23:51 +01:00

Update .travis.yml

change generated branch to master
This commit is contained in:
Ika 2017-03-18 15:37:53 +08:00
parent 3a5dba6a41
commit 97d6ad0be7

View File

@ -9,7 +9,7 @@ before_install:
- git config --global push.default simple
before_script:
- git clone --depth=1 --branch=generated "https://github.com/$TRAVIS_REPO_SLUG.git" ./generated
- git clone --depth=1 --branch=master "https://github.com/$TRAVIS_REPO_SLUG.git" ./generated
- rm -rf ./generated/*
script: