Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
#315 Debugging failing Travis build. Installing netcat-traditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankscholten committed Apr 21, 2016
1 parent 5320bab commit a282b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
# - sudo apt-get -qqy install docker-engine=1.9.1-0~precise
# Has to run this script with sudo because custom installation does not allow $USER to use docker and it's not possible to relogin
# - chmod +x pull-containers.sh && sudo ./pull-containers.sh
- sudo apt-get install netcat-traditional

# Has to run the build script with sudo because custom installation does not allow $USER to use docker and it's not possible to relogin
script: while true ; do echo -e "HTTP/1.1 200 OK\n\n $(date)" | nc -l -p 5050 ; done

0 comments on commit a282b29

Please sign in to comment.