Skip to content

Commit 7174cb5

Browse files
author
Nil Portugues Caldero
committed
nats in .travis.yml
1 parent 85a72e4 commit 7174cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ before_script:
2626
- sudo chmod 777 /etc/default/beanstalkd
2727
- echo "START=yes" >> /etc/default/beanstalkd && echo "BEANSTALKD_LISTEN_ADDR=127.0.0.1" >> /etc/default/beanstalkd && echo "BEANSTALKD_LISTEN_PORT=11300" >> /etc/default/beanstalkd && sudo service beanstalkd restart
2828
- echo 'extension="mongodb.so"' >> myconfig.ini && echo 'extension="redis.so"' >> myconfig.ini && phpenv config-add myconfig.ini
29+
- wget -O gnatsd.zip https://github.com/nats-io/gnatsd/releases/download/v0.8.0/gnatsd-v0.8.0-linux-amd64.zip && unzip gnatsd.zip && sudo mv gnatsd /usr/bin/
2930
- curl -sS https://getcomposer.org/installer | php -- --filename=composer
3031
- chmod +x composer
3132
- composer install

0 commit comments

Comments
 (0)