Skip to content

Commit

Permalink
Delete dependency on git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaani committed Sep 17, 2018
1 parent 9766319 commit f7c63fc
Show file tree
Hide file tree
Showing 14 changed files with 2,032 additions and 2,305 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage
node_modules
/test/support/supertest/http2wrapper.js
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ before_install:
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
- "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev eslint"
- "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"
# Update Node.js modules
- "test ! -d node_modules || npm prune"
- "test ! -d node_modules || npm rebuild"
Expand All @@ -30,7 +29,5 @@ after_script:
- "test -e ./coverage/lcov.info && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
matrix:
include:
- node_js: "8.11"
env: HTTP2_TEST=1
- node_js: "10.7"
- node_js: "10"
env: HTTP2_TEST=1
Loading

0 comments on commit f7c63fc

Please sign in to comment.