Skip to content

Commit ef11f90

Browse files
committed
Fix the npm test option
1 parent 24db0f7 commit ef11f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ cache:
1919
install:
2020
- npm install
2121
script:
22-
- npm test --record
22+
- npm test -- --record
2323
- npm run book:build

0 commit comments

Comments
 (0)