Skip to content

Commit a3fd051

Browse files
committed
chore(ci): add secure github token
1 parent 1b07d51 commit a3fd051

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.travis.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
language: node_js
22
node_js:
3-
- '8'
3+
- '8'
44
matrix:
55
fast_finish: true
66
cache:
77
directories:
8-
- $HOME/.npm
9-
- $HOME/.cache/yarn
10-
- node_modules
8+
- "$HOME/.npm"
9+
- "$HOME/.cache/yarn"
10+
- node_modules
1111
before_install:
12-
- yarn config set no-progress
13-
- yarn global add greenkeeper-lockfile@1
12+
- yarn config set no-progress
13+
- yarn global add greenkeeper-lockfile@1
1414
install:
15-
- yarn
15+
- yarn
1616
before_script: greenkeeper-lockfile-update
1717
script: yarn test
1818
after_script: greenkeeper-lockfile-upload
@@ -26,3 +26,6 @@ deploy:
2626
tags: true
2727
node: '8'
2828
skip_cleanup: true
29+
env:
30+
global:
31+
secure: gMX/67uE1EsO6BhHxgzzUmFd1Q0rmblgPfkYfP/3GHo53JIa6xWg4522cUVJAawzxnEdrwJ3BFAMT31okP6hTGftY0xPlFzgFmgBU/Vkkc6MRpslcbMHlsn/Gs1uAfcDZq3E4u1usLoMKKGTJeAkneyHUqzsYNxPIEUSmJbYG69l7hdRX2TrQD19/AwA9BapL21yp/gPqxexnjEK1hMgcn3rnSAoPzyGqLVdStmMQ/uKf/rBg4jincXPAPZeZC2m+OaeIfbCPg2Q1/G/ozWWz2aZUL1F1TNs1qlnJuXLQ+n2b67moJyXBEVw9CW9LRezBGmXo1z+sZlGzK76/IATVBpCc1Q/QF8Sdxoh484Al18bLaQjTVqiMl72LYYMJqskfqrm16chj4Nukg9TAodAMlCew4zl0VU7BrTA034namrzQsLooXmTq2Lv3No0TsPGxrdZ+HNTVC2JxqEK33t/+pAXG6nCi1cAa7utSefw8SukFgVHGiWYUdcbzz7K3lc+0mmGJ5Qzz/YWfu5E0hf96laUv5p+FyuwFIV1LS6Z74iDASfQrI72OeOAh7vG9l7vbO6CNCcPN6r6ul125CO26CL/0G5Tvz2iCP6Ik1QAK+INY6P2O03dx/q4RNaLkI0mCjL3uG/47VS7389mj5txPKm2ow1qWD/uVXhkW6J7aV4=

0 commit comments

Comments
 (0)