Skip to content

Commit a39c081

Browse files
authored
Merge pull request #22 from RubenVerborgh/feature/node8
Test on latest Node.js
2 parents 3beec13 + 09bd49e commit a39c081

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- 7.10.0
3+
- node
44
script:
55
- yarn test
66
after_success:
77
- yarn coverage:report
8+
cache: yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"html-webpack-plugin": "^2.28.0",
5151
"jest": "^20.0.4",
5252
"jsonwebtoken": "^7.4.1",
53-
"nock": "^9.0.13",
53+
"nock": "^9.0.14",
5454
"react": "^15.5.4",
5555
"react-dom": "^15.5.4",
5656
"rsa-pem-to-jwk": "^1.1.3",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3718,9 +3718,9 @@ no-case@^2.2.0:
37183718
dependencies:
37193719
lower-case "^1.1.1"
37203720

3721-
nock@^9.0.13:
3722-
version "9.0.13"
3723-
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.13.tgz#d0bc39ef43d3179981e22b2e8ea069f916c5781a"
3721+
nock@^9.0.14:
3722+
version "9.0.14"
3723+
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.14.tgz#2211550253173ce298bcd89fca825e83813ca72b"
37243724
dependencies:
37253725
chai ">=1.9.2 <4.0.0"
37263726
debug "^2.2.0"
@@ -3730,6 +3730,7 @@ nock@^9.0.13:
37303730
mkdirp "^0.5.0"
37313731
propagate "0.4.0"
37323732
qs "^6.0.2"
3733+
semver "^5.3.0"
37333734

37343735
node-fetch@^1.0.1, node-fetch@^1.7.1:
37353736
version "1.7.1"

0 commit comments

Comments
 (0)