Skip to content

Commit

Permalink
Remove appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Aug 26, 2020
1 parent df56d8f commit e3a1598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Elm loader [![Version](https://img.shields.io/npm/v/elm-webpack-loader.svg)](https://www.npmjs.com/package/elm-webpack-loader) [![Travis build Status](https://travis-ci.org/elm-community/elm-webpack-loader.svg?branch=master)](http://travis-ci.org/elm-community/elm-webpack-loader) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/7a5ws36eenwpdvgc/branch/master?svg=true)](https://ci.appveyor.com/project/elm-community/elm-webpack-loader/branch/master)
# Elm loader [![Version](https://img.shields.io/npm/v/elm-webpack-loader.svg)](https://www.npmjs.com/package/elm-webpack-loader) [![Travis build Status](https://travis-ci.org/elm-community/elm-webpack-loader.svg?branch=master)](http://travis-ci.org/elm-community/elm-webpack-loader)

[Webpack](https://webpack.js.org/) loader for the [Elm](http://elm-lang.org/) programming language.

Expand All @@ -7,8 +7,6 @@ mode, if you `require` an Elm module from a Webpack entry point, not only will
that `.elm` file be watched for changes, but any other Elm modules it imports will
be watched for changes as well.

Checkout [Jetpack](https://github.com/NoRedInk/jetpack) as an alternative to Webpack!

## Installation

```sh
Expand Down Expand Up @@ -43,6 +41,7 @@ See the [examples](#example) section below for the complete webpack configuratio
#### cwd (default null) *Recommended*

You can add `cwd=elmSource` to the loader:

```js
var elmSource = __dirname + '/elm/path/in/project'
...
Expand Down
24 changes: 0 additions & 24 deletions appveyor.yml

This file was deleted.

0 comments on commit e3a1598

Please sign in to comment.