Skip to content

Commit b8551c0

Browse files
committed
ci(Travis): use correct package script for tests
1 parent 60ce1fc commit b8551c0

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
@@ -15,7 +15,7 @@ before_install: yarn global add greenkeeper-lockfile@1
1515
before_script: greenkeeper-lockfile-update
1616
after_script: greenkeeper-lockfile-upload
1717
script:
18-
- yarn run coverage
18+
- yarn run test
1919
- yarn run build
2020
after_success:
2121
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'

0 commit comments

Comments
 (0)