Skip to content

Commit 4f0ab84

Browse files
committed
run yarn test from travis
1 parent fda5563 commit 4f0ab84

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
@@ -11,7 +11,7 @@ before_install:
1111
before_script:
1212
- greenkeeper-lockfile-update
1313
script:
14-
- node_modules/karma/bin/karma start karma.conf.js --single-run
14+
- yarn run test
1515
after_script:
1616
- greenkeeper-lockfile-upload
1717
after_success:

0 commit comments

Comments
 (0)