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

Update CI configuration #202

Merged
merged 3 commits into from
Mar 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@ matrix:

- os: linux
language: python
python: "3.5"
python: "3.6"
env: ATOM_CHANNEL=beta

- os: osx
language: generic
env: ATOM_CHANNEL=stable
before_install:
- brew update
- brew list python || brew install python

install:
- pip install pylint

Expand All @@ -38,6 +31,7 @@ notifications:
branches:
only:
- master
- /^greenkeeper/.*$/

git:
depth: 10
Expand Down