Skip to content

Commit

Permalink
Update travis to use docker
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteinge committed Nov 30, 2018
1 parent 8707fd4 commit 683ebec
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,12 +1,13 @@
language: sh

script: |
PATH=$PATH:$TRAVIS_BUILD_DIR make test
services:
- docker

addons:
apt:
packages:
- socat
before_install:
- docker build -t oksh .

script:
- docker run -it --rm oksh make test

notifications:
email: false

0 comments on commit 683ebec

Please sign in to comment.