Skip to content

Commit 071db85

Browse files
committed
ok
1 parent 8073c7f commit 071db85

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ before_script:
66
- yarn
77
- cd ..
88
- yarn
9+
910
script:
1011
- yarn build
1112
- cd crx
1213
- yarn build
14+
1315
after_success:
1416
- git commit -a -m "Travis build"
15-
- git push origin master
17+
- git push "https://${GH_TOKEN}@${GH_REF}" master:master
18+
1619
cache:
1720
yarn: true
1821
webpack: true
1922
directories:
2023
- "node_modules"
21-
- "crx/node_modules"
24+
- "crx/node_modules"
25+
26+
env:
27+
global:
28+
- GH_REF: github.com/jae-jae/Userscript-Plus.git

0 commit comments

Comments
 (0)