1 parent 547a5fa commit 8073c7fCopy full SHA for 8073c7f
1 file changed
.travis.yml
@@ -10,6 +10,9 @@ script:
10
- yarn build
11
- cd crx
12
13
+after_success:
14
+ - git commit -a -m "Travis build"
15
+ - git push origin master
16
cache:
17
yarn: true
18
webpack: true
0 commit comments