Skip to content

Commit d1267e8

Browse files
authored
fix: typo correction in travis.yml (#249)
after_sucess -> after_success Travis docs: https://docs.travis-ci.com/user/job-lifecycle/
1 parent ad2c5e1 commit d1267e8

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
@@ -6,5 +6,5 @@ install:
66
- npm run bootstrap
77
script:
88
- npm run test
9-
after_sucess:
9+
after_success:
1010
- ./node_modules/.bin/codecov -f coverage/*.json

0 commit comments

Comments
 (0)