Browse Source

testa modo de definir versão do node no travis

pull/2485/head
Leandro Roberto 7 years ago
parent
commit
41378b6dcd
  1. 3
      .travis.yml
  2. 3
      sapl-frontend/vue.config.js

3
.travis.yml

@ -3,6 +3,9 @@ language: python
python: python:
- 3.5 - 3.5
node_js:
- 10.15.0
services: services:
- postgresql - postgresql

3
sapl-frontend/vue.config.js

@ -63,8 +63,7 @@ module.exports = {
jquery: 'jquery', jquery: 'jquery',
'window.jQuery': 'jquery', 'window.jQuery': 'jquery',
jQuery: 'jquery', jQuery: 'jquery',
_: 'lodash', _: 'lodash'
Modal: 'exports-loader?Modal!bootstrap/js/dist/modal',
}]) }])
config.entryPoints.delete('app') config.entryPoints.delete('app')

Loading…
Cancel
Save