aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-06-27 21:52:04 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2017-06-27 21:52:04 +0900
commitc8d1eed4d58ec6c875e16213276a41c6775de7d3 (patch)
tree31e63f71c65c0fe8d1961b151756919bc0365495 /.travis.yml
parentupdated travis file (diff)
downloadelivepatch-c8d1eed4d58ec6c875e16213276a41c6775de7d3.tar.gz
elivepatch-c8d1eed4d58ec6c875e16213276a41c6775de7d3.tar.bz2
elivepatch-c8d1eed4d58ec6c875e16213276a41c6775de7d3.zip
Added ports to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 65670ec..600e95e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,9 @@ install:
- pip install -r elivepatch_client/requirements.txt
- pip install -r elivepatch_server/requirements.txt
+ports:
+ - '5000'
+
before_script:
- PYTHONPATH=$(pwd) python elivepatch_server/elivepatch &
- sleep 3