Travis CI: Add Node.js 12.
This commit is contained in:
parent
f72d2511ba
commit
be7198a05b
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ git:
|
|||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "12"
|
||||
install:
|
||||
- bundle install --deployment --jobs=3 --retry=3 --clean
|
||||
- npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue