We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e584b commit c2d8c5fCopy full SHA for c2d8c5f
1 file changed
.travis.yml
@@ -13,7 +13,6 @@ cache:
13
env:
14
- TEST_COMMAND=test:fast
15
- TEST_COMMAND=test:slow
16
-- TEST_COMMAND=lint
17
before_install:
18
- npm config set spin false
19
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then
@@ -32,12 +31,10 @@ script:
32
31
jobs:
33
allow_failures:
34
- os: osx
35
- exclude:
36
- - node_js: '8'
37
- env: TEST_COMMAND=lint
38
include:
+ - env: TEST_COMMAND=lint
+ before_install: ignore
39
40
- node_js: '8'
41
env: TEST_COMMAND=test:slow
42
- stage: Deploy
43
cache: ignore
0 commit comments