Skip to content

Instantly share code, notes, and snippets.

@zisismaras
Last active December 4, 2015 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zisismaras/db872499849f02934780 to your computer and use it in GitHub Desktop.
Save zisismaras/db872499849f02934780 to your computer and use it in GitHub Desktop.
Travis configuration for building polymer github pages
#Check http://zisismaras.me/polymer/2015/12/02/automatic-github-pages-for-polymer-elements-with-travis-ci.html
language: node_js
node_js: stable
script:
- bash ./gpages_build.sh <github-username> <repo-name> <git-name> <git-e_mail>
before_script:
- npm install bower
- export PATH=$PWD/node_modules/.bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment