Skip to content

Commit 64c1817

Browse files
committed
travis: Run ubuntu14/bsd with no network
1 parent d765f75 commit 64c1817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
- DIST=centos6
1010
- DIST=fedoradev
1111
- DIST=ubuntu14
12-
- DIST=ubuntu14 BSD=true
12+
- DIST=ubuntu14 BSD=true NETWORK=none
1313
- DIST=tools
1414

1515
before_install:
@@ -18,4 +18,5 @@ before_install:
1818
script:
1919
- docker run
2020
-e CI=true -e DIST=$DIST -e BSD=$BSD
21+
${NETWORK:+--network $NETWORK}
2122
-t bash-completion:$DIST test/docker/docker-script.sh

0 commit comments

Comments
 (0)