Skip to content

Commit b8d3eae

Browse files
ci: migrate on azure pipelines (#928)
1 parent 509a821 commit b8d3eae

7 files changed

+649
-392
lines changed

.circleci/config.yml

-145
This file was deleted.

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package-lock.json -diff
21
* text=auto
32
bin/* eol=lf
43
yarn.lock -diff
4+
package-lock.json -diff

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@ Please take a moment to read our contributing guidelines if you haven't yet done
734734
[node-url]: https://nodejs.org
735735
[deps]: https://david-dm.org/webpack-contrib/css-loader.svg
736736
[deps-url]: https://david-dm.org/webpack-contrib/css-loader
737-
[tests]: https://img.shields.io/circleci/project/github/webpack-contrib/css-loader.svg
738-
[tests-url]: https://circleci.com/gh/webpack-contrib/css-loader
737+
[tests]: https://dev.azure.com/webpack-contrib/css-loader/_apis/build/status/webpack-contrib.css-loader?branchName=master
738+
[tests-url]: https://dev.azure.com/webpack-contrib/css-loader/_build/latest?definitionId=2&branchName=master
739739
[cover]: https://codecov.io/gh/webpack-contrib/css-loader/branch/master/graph/badge.svg
740740
[cover-url]: https://codecov.io/gh/webpack-contrib/css-loader
741741
[chat]: https://badges.gitter.im/webpack/webpack.svg

appveyor.yml

-45
This file was deleted.

0 commit comments

Comments
 (0)