Skip to content

Commit

Permalink
not build generate on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino committed Sep 15, 2018
1 parent 405975b commit ba44af4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@ git:

branches:
only:
- gh-pages
- master

install:
- go get -u -v github.com/gohugoio/hugo

script:
- hugo

deploy:
provider: pages
skip_cleanup: true
github_token: ${GITHUB_TOKEN}
local-dir: public
target-branch: master
on:
branch: gh-pages

0 comments on commit ba44af4

Please sign in to comment.