Skip to content

Commit

Permalink
Enable Mosquitto server
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdm committed Mar 8, 2015
1 parent 846dad2 commit 7990387
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get -y install python-software-properties
- sudo apt-add-repository -y ppa:mosquitto-dev/mosquitto-ppa
- sudo apt-get -y install mosquitto

before_script:
- ./travis/compile-php.sh
- (cd /home/travis/jitfu; ./travis/compile-ext.sh)
- ./travis/compile-ext.sh

script:
- ./travis/run-tests.sh
Expand Down
5 changes: 5 additions & 0 deletions travis/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ set -e

cd $TRAVIS_BUILD_DIR

cd tests
./makeTestCerts.sh
mosquitto -c mosquitto.conf -d
cd ..

REPORT_EXIT_STATUS=1 TEST_PHP_ARGS="-q --show-diff" make test

0 comments on commit 7990387

Please sign in to comment.