mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
Merge pull request #322 from MichaelMure/travis-js
travis: test with latest nodejs and LTS
This commit is contained in:
commit
269036bdf2
24
.travis.yml
24
.travis.yml
@ -7,32 +7,12 @@ matrix:
|
||||
- language: go
|
||||
go: 1.13.x
|
||||
- language: node_js
|
||||
node_js: 8
|
||||
node_js: node
|
||||
before_install:
|
||||
- cd webui
|
||||
after_success: []
|
||||
- language: node_js
|
||||
node_js: 9
|
||||
before_install:
|
||||
- cd webui
|
||||
after_success: []
|
||||
- language: node_js
|
||||
node_js: 10
|
||||
before_install:
|
||||
- cd webui
|
||||
after_success: []
|
||||
- language: node_js
|
||||
node_js: 11
|
||||
before_install:
|
||||
- cd webui
|
||||
after_success: []
|
||||
- language: node_js
|
||||
node_js: 12
|
||||
before_install:
|
||||
- cd webui
|
||||
after_success: []
|
||||
- language: node_js
|
||||
node_js: 13
|
||||
node_js: lts/*
|
||||
before_install:
|
||||
- cd webui
|
||||
after_success: []
|
||||
|
Loading…
Reference in New Issue
Block a user