Skip to content

Commit c057392

Browse files
committed
fix(.travis.yml): Fix syntax error in .travis.yml
1 parent ac6cea2 commit c057392

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
- npm i -g npm@^2.0.0
1212
before_script:
1313
- npm prune
14-
script"
14+
script:
1515
- npm run test
1616
after_success:
1717
- npm run semantic-release

0 commit comments

Comments
 (0)