Skip to content

Commit 270e15a

Browse files
committed
fix: bump
1 parent 4a67ea1 commit 270e15a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
- stage: 'CommitLint'
1818
name: 'Conventional Commits'
19-
node_js: '10'
19+
node_js: 10
2020
script:
2121
- commitlint-travis
2222

2323
# we recommend new addons test the current and previous LTS
2424
# as well as latest stable release (bonus points to beta/canary)
2525
- stage: 'Tests'
26-
node_js: '10'
27-
- node_js: '8'
26+
node_js: 10
27+
- node_js: 8
2828
- node_js: 'stable'
2929

3030
before_install:

0 commit comments

Comments
 (0)