Skip to content

Commit dd64d58

Browse files
committed
add travis ci
1 parent ebdd817 commit dd64d58

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- "stable"
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm run build
9+
deploy:
10+
provider: pages
11+
skip_cleanup: true
12+
github_token: $github_token
13+
local_dir: build
14+
on:
15+
branch: master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://na6im.github.io/react-floating-button-demo",
2+
"homepage": "http://floating-button.namokrane.works/",
33
"name": "react-floating-button-demo",
44
"version": "0.1.0",
55
"private": true,

0 commit comments

Comments
 (0)