1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02:00

Travis CI: Add Node.js 12.

This commit is contained in:
XhmikosR
2019-05-15 14:36:34 +03:00
parent f72d2511ba
commit be7198a05b

View File

@@ -6,6 +6,7 @@ git:
node_js:
- "6"
- "8"
- "12"
install:
- bundle install --deployment --jobs=3 --retry=3 --clean
- npm install