File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 8"
4
- # install: npm install
5
- # script: npm run travis:test
3
+ - ' 8'
6
4
branches :
7
5
except :
8
- - gh-pages
6
+ - gh-pages
9
7
after_success :
10
- - npm run build && npm run gh-pages-travis
8
+ - npm run build && npm run gh-pages-travis
11
9
env :
12
10
global :
13
- - DEPLOY_BRANCH="master"
14
- - SOURCE_DIR="build"
15
- - TARGET_BRANCH="gh-pages"
16
- - SSH_KEY="mort_comp_rsa"
17
- - GIT_NAME="rschultheis"
18
- - GIT_EMAIL="robert.schultheis@gmail.com"
19
- - CI="false"
11
+ - DEPLOY_BRANCH="master"
12
+ - SOURCE_DIR="build"
13
+ - TARGET_BRANCH="gh-pages"
14
+ - SSH_KEY="mort_comp_rsa"
15
+ - GIT_NAME="rschultheis"
16
+ - GIT_EMAIL="robert.schultheis@gmail.com"
17
+ - CI="false"
18
+ before_install :
19
+ - openssl aes-256-cbc -K $encrypted_88aa773d8052_key -iv $encrypted_88aa773d8052_iv
20
+ -in mort_comp_rsa.enc -out ~\/.ssh/mort_comp_rsa -d
Original file line number Diff line number Diff line change 47
47
"build" : " node scripts/build.js" ,
48
48
"test" : " node scripts/test.js --env=jsdom" ,
49
49
"deploy" : " npm run build && gh-pages -d build" ,
50
- "gh-pages-travis" : " gh-pages-travis"
51
50
},
52
51
"jest" : {
53
52
"collectCoverageFrom" : [
You can’t perform that action at this time.
0 commit comments