Skip to content

Commit c0eabde

Browse files
author
Robert Schultheis
committed
getting closer.
1 parent 853a43c commit c0eabde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branches:
55
except:
66
- gh-pages
77
after_success:
8-
- npm run build && npm run gh-pages-travis
8+
- npm run build && npm run deploy-travis
99
env:
1010
global:
1111
- DEPLOY_BRANCH="master"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"start": "node scripts/start.js",
4747
"build": "node scripts/build.js",
4848
"test": "node scripts/test.js --env=jsdom",
49-
"deploy": "npm run build && gh-pages -d build"
49+
"deploy-travis": "gh-pages-travis -d build"
5050
},
5151
"jest": {
5252
"collectCoverageFrom": [

0 commit comments

Comments
 (0)