Skip to content

Commit

Permalink
build: use Travis for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Oct 22, 2019
1 parent 4cb68e6 commit 01f6696
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
os:
- linux
- osx
- windows

branches:
only:
Expand Down
21 changes: 0 additions & 21 deletions appveyor.yml

This file was deleted.

19 changes: 0 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,6 @@
"description": "A Karma plugin for jasmine-jquery",
"version": "0.0.0-development",
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",
"ava": {
"babel": {
"testOptions": {
"babelrc": false
}
}
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "8.16"
}
}
]
]
},
"bugs": {
"url": "https://github.com/pvdlg/karma-jasmine-jquery/issues"
},
Expand Down

0 comments on commit 01f6696

Please sign in to comment.