Skip to content

Commit

Permalink
try using pr commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Oct 30, 2020
1 parent d60aa15 commit 0e2809d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ script:
jobs:
include:
- stage: debug
script: "which ruby; which gem; file `which ruby`; ls -lah `which ruby` ; exit 1"
script: "which ruby; which gem; file `which ruby`"
- stage: pre-commit
env: KITCHEN_TARGET=none
name: "exec pre-commit hooks"
language: python
before_install: pip3 install pre-commit==2.7.1
before_install: pip3 install git+https://github.com/pre-commit/pre-commit.git@e05ac1e91fcfa695405df1c18d4432c12e5d7142
# git+git://github.com/aladagemre/django-notification.git@2927346f4c513a217ac8ad076e494dd1adbf70e1
# before_install: pip3 install pre-commit==2.7.1
script: pre-commit run --all-files
- stage: install
env: KITCHEN_TARGET=none
Expand Down

0 comments on commit 0e2809d

Please sign in to comment.