Skip to content

Commit aab5655

Browse files
author
Robert Schultheis
committedNov 7, 2017
working!
1 parent 46badb7 commit aab5655

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed
 

‎.travis.yml

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
# install: npm install
5-
# script: npm run travis:test
3+
- '8'
64
branches:
75
except:
8-
- gh-pages
6+
- gh-pages
97
after_success:
10-
- npm run build && npm run gh-pages-travis
8+
- npm run build && npm run gh-pages-travis
119
env:
1210
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

‎mort_comp_rsa.enc

0 Bytes
Binary file not shown.

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"build": "node scripts/build.js",
4848
"test": "node scripts/test.js --env=jsdom",
4949
"deploy": "npm run build && gh-pages -d build",
50-
"gh-pages-travis": "gh-pages-travis"
5150
},
5251
"jest": {
5352
"collectCoverageFrom": [

0 commit comments

Comments
 (0)
Please sign in to comment.