Skip to content

Commit 5023ca7

Browse files
committed
ok
1 parent 9465884 commit 5023ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
node_js: 9
33
before_script:
44
- npm install yarn webpack -g
5+
- git checkout master
56
- cd crx
67
- yarn
78
- cd ..
@@ -16,7 +17,6 @@ script:
1617
after_success:
1718
- pwd
1819
- git commit -a -m "Travis build"
19-
- git checkout master
2020
- git status
2121
- git push "https://${GH_TOKEN}@${GH_REF}" master:master
2222

0 commit comments

Comments
 (0)