Skip to content

Commit 2b2734d

Browse files
committed
ci(travis): Remove linting from script step
1 parent 89170fe commit 2b2734d

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
@@ -23,7 +23,7 @@ before_install:
2323
- npm set progress false
2424

2525
script:
26-
- npm run lint && npm run test
26+
- npm run test
2727

2828
after_script:
2929
- npm prune

0 commit comments

Comments
 (0)