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

Commit

Permalink
Merge pull request #308 from AtomLinter/arcanemagus/remove-hacking
Browse files Browse the repository at this point in the history
Update CI configuration
  • Loading branch information
Arcanemagus committed Dec 12, 2016
2 parents 82d9d11 + 46c77b3 commit 18d7766
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .travis.yml
Expand Up @@ -4,39 +4,29 @@ matrix:
- os: linux
language: python
python: "2.7"
before_install:
# Installed for linting the project
- nvm install node

- os: linux
language: python
python: "3.5"
env: ATOM_CHANNEL=beta
before_install:
# Installed for linting the project
- nvm install node

- os: osx
language: generic
before_install:
- brew update
- brew install python || brew upgrade python
# Installed for linting the project
- brew install node || brew upgrade node

env:
global:
- ATOM_LINT_WITH_BUNDLED_NODE="false"

install:
- pip install flake8
- pip install hacking

before_script:
- flake8 --version

### Generic setup follows ###
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh

notifications:
email:
Expand Down

0 comments on commit 18d7766

Please sign in to comment.