Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit fa17063

Browse files
author
Monty Anderson
committed
Builds browserify in travis + pushes to gh-pages
1 parent 55b493d commit fa17063

File tree

5 files changed

+922
-48
lines changed

5 files changed

+922
-48
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
3+
script:
4+
- npx browserify src/client.js -o html/bundle.js
5+
- git init
6+
- git config user.name "Travis-CI"
7+
- git config user.email "travis@embed.chat"
8+
- git add .
9+
- git commit -m "Deployed to Github Pages"
10+
- git push --force --quiet "https://$GH_TOKEN@github.com/$REPO" master > /dev/null 2>&1

html/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bundle.js

0 commit comments

Comments
 (0)