Skip to content

Commit

Permalink
CI: Update configuration based on Travis validator
Browse files Browse the repository at this point in the history
Also bump Python version and cache pip
  • Loading branch information
effigies committed Nov 17, 2020
1 parent 7ca8c39 commit 633b7d3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
matrix:
os: linux
dist: focal
language: shell

jobs:
include:
- language: node_js
node_js:
- "10"
node_js: 10
cache:
directories:
- node_modules # NPM packages
Expand All @@ -11,7 +14,8 @@ matrix:
script:
- remark src/*.md src/*/*.md --frail
- language: python
python: 3.7
python: 3.9
cache: pip
install:
- pip install yamllint
script:
Expand Down

0 comments on commit 633b7d3

Please sign in to comment.