Skip to content

Commit 6e966f4

Browse files
committed
Merge commit 'b92107fb0db55400a810bb01ccb0baba69baf33a'
* commit 'b92107fb0db55400a810bb01ccb0baba69baf33a': chore(CI): stop running broken npm script `check-readme`
2 parents 9443adc + b92107f commit 6e966f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ sudo: false
1515
script:
1616
- npm run test
1717
- 'if [ -n "${LINT-}" ]; then npm run lint; fi'
18-
- 'if [ -n "${CHECK_README-}" ]; then npm run check-readme; fi'
1918
- npm run build
2019
env:
2120
matrix:
@@ -26,8 +25,6 @@ matrix:
2625
include:
2726
- node_js: 'lts/*'
2827
env: LINT=true
29-
- node_js: 'lts/*'
30-
env: CHECK_README=true
3128
exclude:
3229
- node_js: 6
3330
env: ESLINT=6

0 commit comments

Comments
 (0)