Skip to content

Commit

Permalink
chore: use ipfs npm registry in travis
Browse files Browse the repository at this point in the history
Closes: ipfs#2997
  • Loading branch information
tarunbatra committed Jun 2, 2020
1 parent 5e0a18a commit fa71cd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=/c/PROGRA~1/Git/usr/bin:/c/PROGRA~1/Git/mingw64/libexec/git-core:$PATH ; fi
# only run jobs in packages that have changed since master in PR builds
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then export RUN_SINCE='--since master' ; fi
# use IPFS npm to install
- npm config set registry https://registry.js.ipfs.io

script: npm run test:node -- $RUN_SINCE -- -- --timeout 10000 --bail

Expand Down

0 comments on commit fa71cd5

Please # to comment.