From: XhmikosR Date: Wed, 15 May 2019 11:36:34 +0000 (+0300) Subject: Travis CI: Add Node.js 12. X-Git-Tag: v4.4.0~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7198a05baba4900c8be8790d58a3f37580f878;p=thirdparty%2Fbootstrap.git Travis CI: Add Node.js 12. --- diff --git a/.travis.yml b/.travis.yml index b8d19ad258..f3fb2d4a51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ git: node_js: - "6" - "8" + - "12" install: - bundle install --deployment --jobs=3 --retry=3 --clean - npm install