Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
change generated branch to master
  • Loading branch information
ikatyang committed Mar 18, 2017
1 parent 3a5dba6 commit 97d6ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97d6ad0

Please sign in to comment.