Skip to content

Commit

Permalink
fixup! fixup! doc: fix typo in macos release steps (nodejs#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github committed Apr 13, 2020
1 parent 2538dcd commit 8ff1eea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: Lint
on: [push, pull_request]
on: [ push, pull_request ]
jobs:
Python:
runs-on: ubuntu-latest
strategy:
max-parallel: 2
matrix:
python-version: [2.7, 3.7]
python-version: [ 2.7, 3.7 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
language: python
python: "2.7"
python: "3.7"

sudo: required
dist: trusty
Expand All @@ -11,9 +11,7 @@ addons:
- python-pip

install:
# Install yamllint
- pip install yamllint
- pip3 install yamllint

script:
# Check YAML validity
- yamllint -c yamllint.yml .

0 comments on commit 8ff1eea

Please sign in to comment.