Skip to content

Commit

Permalink
Build docker image from Travis
Browse files Browse the repository at this point in the history
Build image to make sure build is not broken.
  • Loading branch information
bitphage committed Apr 25, 2019
1 parent 8339f81 commit 99bcd24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sudo: true
services:
- docker
matrix:
include:
- os: linux
Expand All @@ -9,6 +11,9 @@ matrix:
python: '3.6'
before_install:
- brew update
before_install:
# Make sure docker image can be built
- docker build -t dexbot/dexbot .
install:
- pip install pyinstaller
- pip install --upgrade setuptools
Expand Down

0 comments on commit 99bcd24

Please sign in to comment.