Skip to content

Commit 927cc10

Browse files
committed
better build naming
1 parent 8cbba0f commit 927cc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ after_success:
1414
- git config --global user.name "Travis CI"
1515
- git checkout -b dist
1616
- git add -f "dist/*"
17-
- git commit -m "Travis Build - $TRAVIS_BUILD_NUMBER" -m "[skip ci]"
17+
- git commit -m "Travis Build - TRAVIS_COMMIT" -m "[skip ci]"
1818
- git remote rm origin
1919
- git remote add origin https://mauricedoepke:${GH_TOKEN}@github.com/mauricedoepke/webpack-obfuscator.git > /dev/null 2>&1
2020
- git push origin dist:master

0 commit comments

Comments
 (0)