Add .travis.yml command for docker build

pull/328/head
8ear 2019-09-02 14:10:49 +02:00
parent d55331fc1c
commit 4f0237508e
No known key found for this signature in database
GPG Key ID: 00AAF736693E6C4E
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ python:
- "3.6-dev" - "3.6-dev"
- "3.7-dev" - "3.7-dev"
before_install:
- docker build -t misp-modules --build-arg BUILD_DATE=$(date -u +"%Y-%m-%d") docker/
install: install:
- sudo apt-get install libzbar0 libzbar-dev libpoppler-cpp-dev - sudo apt-get install libzbar0 libzbar-dev libpoppler-cpp-dev
- pip install pipenv - pip install pipenv