Skip to content

Commit f9fc9c7

Browse files
ci: fix typo (#1672)
1 parent eddd476 commit f9fc9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branches:
77
only:
88
- master
99
- next
10-
-
10+
1111
language: node_js
1212

1313
cache:
@@ -51,7 +51,7 @@ before_script:
5151
- npm --version
5252

5353
script:
54-
- npm run $SCRIPT
54+
- npm run $JOB_PART
5555

5656
after_success:
5757
- npm i codecov

0 commit comments

Comments
 (0)