Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit b98a2d2

Browse files
authored
Merge pull request #202 from AtomLinter/arcanemagus/update-ci
Update CI configuration
2 parents 56799ee + 9475458 commit b98a2d2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,9 @@ matrix:
88

99
- os: linux
1010
language: python
11-
python: "3.5"
11+
python: "3.6"
1212
env: ATOM_CHANNEL=beta
1313

14-
- os: osx
15-
language: generic
16-
env: ATOM_CHANNEL=stable
17-
before_install:
18-
- brew update
19-
- brew list python || brew install python
20-
2114
install:
2215
- pip install pylint
2316

@@ -38,6 +31,7 @@ notifications:
3831
branches:
3932
only:
4033
- master
34+
- /^greenkeeper/.*$/
4135

4236
git:
4337
depth: 10

0 commit comments

Comments
 (0)