Skip to content

Commit e6c91c3

Browse files
committed
Remove Windows from Travis's tests.
Cannot test due to a mkcert incompatibility with Travis on Windows.
1 parent 73f4a91 commit e6c91c3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
os:
22
- osx
33
- linux
4-
- windows
54

65
language: node_js
76
node_js:

test/test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ describe("Testing the installation script", function() {
127127
this.timeout(300000)
128128

129129
it("installs correctly", async function() {
130-
// Cannot test on Travis on Windows
131-
if (process.env.TRAVIS && process.platform === "win32") return
132130
await require("../cert/generate.js")()
133131
assert(fs.existsSync("cert/localhost.crt"))
134132
assert(fs.existsSync("cert/localhost.key"))

0 commit comments

Comments
 (0)