From 41378b6dcd3fa197d197314366d8d60a28fbed92 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Sun, 27 Jan 2019 21:49:46 -0200 Subject: [PATCH] =?UTF-8?q?testa=20modo=20de=20definir=20vers=C3=A3o=20do?= =?UTF-8?q?=20node=20no=20travis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 +++ sapl-frontend/vue.config.js | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2dcb03da1..64e37c1e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ language: python python: - 3.5 +node_js: + - 10.15.0 + services: - postgresql diff --git a/sapl-frontend/vue.config.js b/sapl-frontend/vue.config.js index cf4ff1030..7c6f0382f 100644 --- a/sapl-frontend/vue.config.js +++ b/sapl-frontend/vue.config.js @@ -63,8 +63,7 @@ module.exports = { jquery: 'jquery', 'window.jQuery': 'jquery', jQuery: 'jquery', - _: 'lodash', - Modal: 'exports-loader?Modal!bootstrap/js/dist/modal', + _: 'lodash' }]) config.entryPoints.delete('app')