Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <[email protected]>
  • Loading branch information
dkwon17 committed Feb 3, 2020
1 parent ec75058 commit 7597909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ before_install:
- npm install -g vsce

install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
sudo apt-get install libxtst-dev
fi
- npm install
- npm run vscode:prepublish
- vsce package
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"mocha": "^6.2.1",
"opencv4nodejs-prebuilt": "^5.3.0",
"pom-parser": "^1.2.0",
"ts-loader": "^6.0.1",
"tslint": "^5.20.1",
Expand Down

0 comments on commit 7597909

Please sign in to comment.