Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.

Commit ee15325

Browse files
author
Che Kun
committed
Update .travis.yml
1 parent 9846921 commit ee15325

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ language: php
22

33
php:
44
- 5.3
5+
- 5.4
6+
- 5.5
7+
- 5.6
58

69
before_script:
7-
- pwd
810
- cd /tmp
911
- curl -O http://httpsqs.googlecode.com/files/libevent-2.0.12-stable.tar.gz
1012
- tar zxvf libevent-2.0.12-stable.tar.gz
@@ -15,6 +17,8 @@ before_script:
1517
- curl -O http://httpsqs.googlecode.com/files/httpsqs-1.7.tar.gz
1618
- tar zxvf httpsqs-1.7.tar.gz
1719
- cd httpsqs-1.7/ && make && sudo make install && cd ../
20+
- httpsqs -d -p 1218 -x /tmp/queue
21+
- cd ~/build/chekun/httpsqs/
1822
- curl -s http://getcomposer.org/installer | php
1923
- php composer.phar install --dev
2024

0 commit comments

Comments
 (0)