Skip to content

Commit

Permalink
Fixded bug in pasring session data from url, now correctly code is aw…
Browse files Browse the repository at this point in the history
…are of 2 alphanum char aftyher % sign as percent encoded char
  • Loading branch information
gits2501 committed May 9, 2018
1 parent a40aaa7 commit b84cc2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ node_js:
- '9.11.1'
git:
depth: 3
before_install:
- 'sudo apt-get update && sudo apt-get install linux-image-generic '
after_success: 'npm run coveralls'
cache:
directiories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "eslint src/AccessToken.js",
"instrument": "istanbul instrument src/AccessToken.js --output src/AccessToken_instrumented.js",
"browserify": "./node_modules/browserify/bin/cmd.js test/accesstoken.js --exclude btoa -o test/accesstoken_bundle.js",
"mocha-headless": "mocha-headless-chrome -f mocha-test.html -c test/coverage.json",
"mocha-headless": "mocha-headless-chrome -a no-sandbox -f mocha-test.html -c test/coverage.json",
"report": "istanbul report --root test/ lcov",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test": "npm run instrument && npm run browserify && npm run mocha-headless && npm run report"
Expand Down

0 comments on commit b84cc2d

Please sign in to comment.