Skip to content

Commit f7c63fc

Browse files
committed
Delete dependency on git repo
1 parent 9766319 commit f7c63fc

14 files changed

+2032
-2305
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
coverage
22
node_modules
3+
/test/support/supertest/http2wrapper.js

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ before_install:
1717
# Setup Node.js version-specific dependencies
1818
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
1919
- "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev eslint"
20-
- "test -z $(echo $HTTP2_TEST) || npm install --only=dev https://github.com/sogaani/express.git#initial-support-http2 https://github.com/sogaani/supertest.git#http2"
2120
# Update Node.js modules
2221
- "test ! -d node_modules || npm prune"
2322
- "test ! -d node_modules || npm rebuild"
@@ -30,7 +29,5 @@ after_script:
3029
- "test -e ./coverage/lcov.info && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
3130
matrix:
3231
include:
33-
- node_js: "8.11"
34-
env: HTTP2_TEST=1
35-
- node_js: "10.7"
32+
- node_js: "10"
3633
env: HTTP2_TEST=1

0 commit comments

Comments
 (0)