Skip to content

Commit 8a1cdf7

Browse files
committed
Fix travis config
1 parent d5d4859 commit 8a1cdf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ install:
1010
- npm i
1111

1212
script:
13-
- npm test
13+
- npm run test
14+
- npm run browser-tests
1415
- npm run lint
1516
- npm run build && node scripts/check-browser-field.js
1617

0 commit comments

Comments
 (0)