Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'bp/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Mar 17, 2019
2 parents 03b0554 + bf6d5c3 commit 29cd24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ install: true

script:
- npm run build
- npm run test
#- npm run test

after_success:
- npm run cov:coveralls
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -29,7 +29,7 @@ test_script:
- node --version
- npm --version
- npm run build
- npm run test
#- npm run test

on_success:
- npm run cov:coveralls
Expand Down

0 comments on commit 29cd24b

Please sign in to comment.