Skip to content

Commit 2f8ac33

Browse files
committed
Docker_Image.rst: Update sample travis.yml
Updated sample travis.yml as described in issue. Closes #581
1 parent a247a76 commit 2f8ac33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Users/Docker_Image.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,11 @@ on your code with a ``.travis.yml``, like this:
123123

124124
::
125125

126+
sudo: false
127+
dist: xenial
126128
language: generic
127129
services: docker
128-
script: docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
130+
script: docker run -v=$(pwd):/app --workdir=/app coala/base
129131

130132
.. note::
131133

0 commit comments

Comments
 (0)