Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
test: add node 12
Browse files Browse the repository at this point in the history
chore: drop commitlint on travis
  • Loading branch information
jacobheun committed Aug 14, 2019
1 parent 3d4c171 commit a0ee81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ stages:

node_js:
- '10'
- '12'

os:
- linux
Expand All @@ -21,7 +22,6 @@ jobs:
include:
- stage: check
script:
- npx aegir commitlint --travis
- npx aegir dep-check
- npm run lint

Expand Down

0 comments on commit a0ee81c

Please sign in to comment.