Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Jul 20, 2017
1 parent 7ddbca5 commit 81afa75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -18,11 +18,12 @@ cache:
before_install:
- npm config set spin false
- npm config set progress false
- npm set package-lock false
- npm install -g npm@latest

install:
# - npm prune
- npm update
- npm prune
- npm install

script:
- npm install . -g >/dev/null && npm uninstall . -g >/dev/null
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Expand Up @@ -21,9 +21,7 @@ install:
- npm config set spin false
- npm config set progress false
- npm install -g npm@latest
- rm package-lock.json
- npm prune
- npm install
- npm update

build: off

Expand Down

0 comments on commit 81afa75

Please sign in to comment.