We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3885f commit bfc4914Copy full SHA for bfc4914
.travis.yml
@@ -14,7 +14,7 @@ after_success:
14
- git config --global user.name "Travis CI"
15
- git branch dist
16
- git add -f "dist/*"
17
- - git commit -m "Travis Build: $TRAVIS_BUILD_NUMBER" -m "[skip ci]"
+ - git commit -m "Travis Build - $TRAVIS_BUILD_NUMBER" -m "[skip ci]"
18
- git remote rm origin
19
- git remote add origin https://mauricedoepke:${GH_TOKEN}@github.com/mauricedoepke/webpack-obfuscator.git > /dev/null 2>&1
20
- git push origin dist:master
0 commit comments