Skip to content

Commit 187e0d0

Browse files
author
Kelly Selden
committed
attempt to get some cache hits
1 parent 0567bbf commit 187e0d0

6 files changed

Lines changed: 1896 additions & 1827 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ env:
1414
- TEST_COMMAND=test:fast
1515
- TEST_COMMAND=test:slow
1616
before_install:
17-
- npm config set spin false
17+
# for test cache hits
18+
1819
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then
1920
export NODE_LTS="true";
2021
fi

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ init:
1313
# Install scripts. (runs after repo cloning)
1414
install:
1515
- ps: Install-Product node $env:nodejs_version
16-
- npm config set spin false
16+
# for test cache hits
17+
- npm i -g [email protected]
1718
- ps: >-
1819
if ($env:nodejs_version -eq "8") {
1920
[Environment]::SetEnvironmentVariable("NODE_LTS", "true", "User")

0 commit comments

Comments
 (0)