Skip to content

Commit 53a0923

Browse files
committed
Fixed travis.CI test scriots
1 parent c7a0dc6 commit 53a0923

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ before_script:
99
- npm run build
1010

1111
script:
12-
- npm run test
12+
- npm run test:plugin
13+
- npm run test:loader
1314

1415
after_success:
1516
- git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)