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

Commit 18d7766

Browse files
authored
Merge pull request #308 from AtomLinter/arcanemagus/remove-hacking
Update CI configuration
2 parents 82d9d11 + 46c77b3 commit 18d7766

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

.travis.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,29 @@ matrix:
44
- os: linux
55
language: python
66
python: "2.7"
7-
before_install:
8-
# Installed for linting the project
9-
- nvm install node
107

118
- os: linux
129
language: python
1310
python: "3.5"
1411
env: ATOM_CHANNEL=beta
15-
before_install:
16-
# Installed for linting the project
17-
- nvm install node
1812

1913
- os: osx
2014
language: generic
2115
before_install:
2216
- brew update
2317
- brew install python || brew upgrade python
24-
# Installed for linting the project
25-
- brew install node || brew upgrade node
26-
27-
env:
28-
global:
29-
- ATOM_LINT_WITH_BUNDLED_NODE="false"
3018

3119
install:
3220
- pip install flake8
33-
- pip install hacking
3421

3522
before_script:
3623
- flake8 --version
3724

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

4131
notifications:
4232
email:

0 commit comments

Comments
 (0)