From a40cd2777385d6c20d136da1bf8d715445af52ad Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 13 Mar 2018 18:34:25 -0700 Subject: [PATCH] Auto push to gh-pages --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index c1ee8c81..35bb16fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,10 @@ script: > # python node_modules/travis-weigh-in/weigh_in.py built/winamp.js.gz after_success: - bash <(curl -s https://codecov.io/bash) +deploy: + verbose: true + provider: pages + skip-cleanup: true + github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure + on: + branch: master