Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Fix the port back to 8536
Browse files Browse the repository at this point in the history
  • Loading branch information
techtonik committed Jul 9, 2015
1 parent e7e00ce commit fbb9fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:

# Dummy command until we have real tests
script:
- curl http://localhost:8537/
- curl http://localhost:8536/

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ clean:

run: env
./$(env_bin)/honcho -e defaults.env,local.env run ./env/bin/python \
./startapp.py --port=8537
./startapp.py --port=8536

0 comments on commit fbb9fab

Please sign in to comment.