Update .travis.yml

change generated branch to master
pull/1/head
Ika 2017-03-18 15:37:53 +08:00
parent 3a5dba6a41
commit 97d6ad0be7
1 changed files with 1 additions and 1 deletions

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: