Skip to content

Commit 48f61c2

Browse files
committed
Have CI not lint the spec file
1 parent 902804b commit 48f61c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: generic
44
env:
55
global:
66
- APM_TEST_PACKAGES=""
7-
- ATOM_LINT_WITH_BUNDLED_NODE="true"
7+
- ATOM_LINT_WITH_BUNDLED_NODE="false"
88

99
matrix:
1010
- ATOM_CHANNEL=stable

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Project specific config ###
22
environment:
33
APM_TEST_PACKAGES:
4-
ATOM_LINT_WITH_BUNDLED_NODE: "true"
4+
ATOM_LINT_WITH_BUNDLED_NODE: "false"
55

66
matrix:
77
- ATOM_CHANNEL: stable

0 commit comments

Comments
 (0)