Skip to content

Commit c2d8c5f

Browse files
author
Kelly Selden
committed
tweak the lint command
1 parent a6e584b commit c2d8c5f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cache:
1313
env:
1414
- TEST_COMMAND=test:fast
1515
- TEST_COMMAND=test:slow
16-
- TEST_COMMAND=lint
1716
before_install:
1817
- npm config set spin false
1918
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then
@@ -32,12 +31,10 @@ script:
3231
jobs:
3332
allow_failures:
3433
- os: osx
35-
exclude:
36-
- node_js: '8'
37-
env: TEST_COMMAND=lint
3834
include:
35+
- env: TEST_COMMAND=lint
36+
before_install: ignore
3937
- os: osx
40-
node_js: '8'
4138
env: TEST_COMMAND=test:slow
4239
- stage: Deploy
4340
cache: ignore

0 commit comments

Comments
 (0)