1 parent 8073c7f commit 071db85Copy full SHA for 071db85
1 file changed
.travis.yml
@@ -6,16 +6,23 @@ before_script:
6
- yarn
7
- cd ..
8
9
+
10
script:
11
- yarn build
12
- cd crx
13
14
15
after_success:
16
- git commit -a -m "Travis build"
- - git push origin master
17
+ - git push "https://${GH_TOKEN}@${GH_REF}" master:master
18
19
cache:
20
yarn: true
21
webpack: true
22
directories:
23
- "node_modules"
- - "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