Skip to content

Commit

Permalink
fix warnings in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed May 24, 2021
1 parent 671748e commit cd04736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sudo: false

dist: xenial
os: linux
language: node_js

node_js:
- '12'
- '14'
- '16'

matrix:
jobs:
include:
- node_js: '12'
env: BROWSER_NAME=chrome BROWSER_VERSION=latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import verifier from 'alexa-verifier'


verifier(cert_url, signature, requestRawBody, function callbackFn (er) {
// if er, something went wrong
// if er, something went wrong
})
```

Expand Down

0 comments on commit cd04736

Please sign in to comment.