Skip to content

Commit 8073c7f

Browse files
committed
add Travis
1 parent 547a5fa commit 8073c7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ script:
1010
- yarn build
1111
- cd crx
1212
- yarn build
13+
after_success:
14+
- git commit -a -m "Travis build"
15+
- git push origin master
1316
cache:
1417
yarn: true
1518
webpack: true

0 commit comments

Comments
 (0)