Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Remove npm ci use from travis since it is called automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jun 17, 2018
1 parent dfcf9ce commit d9cdc64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -42,9 +42,6 @@ before_install:
- nvm use $TRAVIS_NODE_VERSION
- npm i -g npm

install:
- npm ci

script:
- |
if [ $ISTANBUL = true ]; then
Expand Down

2 comments on commit d9cdc64

@DanielRuf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, this was changed at Travis CI 1 or 2 weeks ago =)

@jdalton
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. I learned it from your tweet 😸

Please sign in to comment.