Skip to content

Commit

Permalink
fix: ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jun 8, 2019
1 parent 19fff9b commit c568195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
dist: trusty
node_js:
- "8"
- "10"
before_install:
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
- "export DISPLAY=:99.0"
Expand Down
1 change: 1 addition & 0 deletions spec/karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = function (karma) {
singleRun: true,
concurrency: Infinity,
webpack: webpackConfig,
webpackMiddleware: {},
preprocessors: {
'**/*Spec.js': ['webpack']
}
Expand Down

0 comments on commit c568195

Please sign in to comment.