Skip to content

Commit 06b28f8

Browse files
committed
Stop testing on node 7 due to unfixed bugs
Node 7 does not include nodejs/node#11015. Without this fix, the process is killed when proxying a connection through HTTPS. We could try to work around this on our end, but node 7 is officially unsupported, and it seems more sensible to simply drop support here entirely too.
1 parent 6bbe55d commit 06b28f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: node_js
33
node_js:
44
- 'node'
55
- '8'
6-
- '7'
76
- '6'
87
before_script:
98
- "sudo chown root /opt/google/chrome/chrome-sandbox"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Ok, let's summarize. Mockttp lets you:
2626

2727
* Write **easy, fast & reliable node.js & browser HTTP integration tests**
2828
* Fake server responses and verify requests made by your code
29-
* **Mock HTTP requests from inside & outside your process/browser tab**, including subprocesses, native code, remote devices, and more.
29+
* **Intercept, mock and proxy HTTPS too**, with built-in certificate generation
30+
* **Mock HTTP requests from inside & outside your process/tab**, including subprocesses, native code, remote devices, and more
3031
* Stub and mock requests transparently, as an **HTTP mocking proxy**, as well as serving traffic directly
3132
* **Mock servers for node & browsers with the same code** (universal/'isomorphic' HTTP mocking)
3233
* **Safely mock HTTP in parallel**, with autoconfiguration of ports, mock URLs and proxy settings

0 commit comments

Comments
 (0)