Skip to content

Commit

Permalink
Fix some YAML lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Horne committed Feb 15, 2022
1 parent e993259 commit 6a1db37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -16,8 +16,8 @@ name: Lint Code Base
#############################
on:
push:
# branches-ignore: [master, main]
# Remove the line above to run when pushing to master
# branches-ignore: [master, main]
# Remove the line above to run when pushing to master
pull_request:
branches: [master, main]

Expand Down
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -14,10 +14,12 @@ arch:
env: AUTOMATED_TESTING=1 PERL_CPANM_OPT="--notest --force --skip-satisfied"

perl:
- "5.32"
- "5.30"
- "5.28" # Travis gets 404 errors trying to find some older perls
# Travis gets 404 errors trying to find some older perls
- "5.28"
- "5.26"
- "5.24"
# - "5.24"
# - "5.22"
# - "5.20"
# - "5.18"
Expand All @@ -31,9 +33,7 @@ perl:
sudo: false

# before_install:
# # - sudo apt-get update -q
# # - sudo apt-get install sqlite3 libdbi-perl libdbd-sqlite3-perl
# - cpanm -qin --skip-satisfied Devel::Cover::Report::Coveralls Test::Script Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Taint Test::Carp Test::Pod::Coverage
# - cpanm -qin --skip-satisfied Devel::Cover::Report::Coveralls Test::Script Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Taint Test::Carp Test::Pod::Coverage

before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
Expand Down

0 comments on commit 6a1db37

Please sign in to comment.