Skip to content
This repository was archived by the owner on May 17, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .gitlab-ci.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- node
before_script:
- yarn
cache:
directories:
- "node_modules"
script:
- ln -s matchIdConfig.example matchIdConfig
- npm run build
- npm run lint
5 changes: 3 additions & 2 deletions build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var CopyWebpackPlugin = require('copy-webpack-plugin')
var HtmlWebpackPlugin = require('html-webpack-plugin')
var ExtractTextPlugin = require('extract-text-webpack-plugin')
var OptimizeCSSPlugin = require('optimize-css-assets-webpack-plugin')

var failPlugin = require('webpack2-fail-plugin');
var env = config.build.env

var webpackConfig = merge(baseWebpackConfig, {
Expand Down Expand Up @@ -90,7 +90,8 @@ var webpackConfig = merge(baseWebpackConfig, {
to: config.build.assetsSubDirectory,
ignore: ['.*']
}
])
]),
failPlugin
]
})

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"vue-chartjs": "^2.7.1",
"vue-floatthead": "^0.0.5",
"vue-json-tree-view": "^2.0.7",
"vue-router": "^2.2.0"
"vue-router": "^2.2.0",
"webpack2-fail-plugin": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
Expand Down