Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jshttp/cookie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 03074351582f26dde6396a5fde8d7cbd4df25972
Choose a base ref
..
head repository: jshttp/cookie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2436f3f71904fb56fb74f27d6d940a17e756fc71
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .travis.yml
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -98,8 +98,8 @@ before_scrpt:
npm -s ls ||:
script:
- |
# Run test script, depending on istanbul install
if npm_module_installed 'istanbul'; then npm run-script test-ci
# Run test script, depending on nyc install
if npm_module_installed 'nyc'; then npm run-script test-ci
else npm test
fi
- |