Skip to content

Commit cc83139

Browse files
travis, npm -> yarn
1 parent 1306e27 commit cc83139

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
@@ -5,7 +5,7 @@ node_js:
55
- "lts/*"
66
before_install:
77
- unset _JAVA_OPTIONS # JVM heap sizes break closure compiler. #11203.
8-
script: npm run test
8+
script: yarn test
99
branches:
1010
only:
1111
- master

0 commit comments

Comments
 (0)