Skip to content

Commit

Permalink
Check commit messages with Gnitpick and minor Travis-CI syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ottok committed Jan 26, 2021
1 parent 2d7dcfa commit c6b4cff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ env:
- WP_TEST_URL=http://localhost:12000 WP_TEST_USER=test WP_TEST_USER_PASS=test DB_USER=root DB_PASSWORD='' DB_NAME=test

jobs:
include:
- name: Gnitpick
language: python
services: # none
install:
- curl -O https://raw.githubusercontent.com/Seravo/gnitpick/master/gnitpick.py
script:
- python3 ./gnitpick.py
allow_failures:
- php: nightly

Expand Down

0 comments on commit c6b4cff

Please sign in to comment.