Skip to content

Commit

Permalink
Run the nginx server in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Dec 9, 2017
1 parent 5aee6d2 commit 74c26e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis/run.sh
Expand Up @@ -38,6 +38,10 @@ do
done
set -o errexit

# Once the server comes up, we add the nginx server. This will come up
# almost immediately, so we don't delay.
make nginx-serve

echo "*** Running the server tests"
make test

Expand Down

0 comments on commit 74c26e8

Please sign in to comment.