Skip to content

Commit 9e7ee7d

Browse files
committed
Updated travis.yml
1 parent 030ce72 commit 9e7ee7d

1 file changed

Lines changed: 17 additions & 6 deletions

File tree

.travis.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
language:
2-
php
1+
# a Courtesy of Respect/Foundation
32

4-
before_script:
5-
"cd tests"
3+
language: php
64

7-
script:
8-
"phpunit ."
5+
env: FOUNDATION_NO_WAIT=1
96

107
php:
118
- 5.3
129
- 5.4
10+
- 5.5
11+
12+
before_script:
13+
- make composer-install-dev
14+
- phpenv rehash
15+
16+
script:
17+
- make testdox
18+
19+
notifications:
20+
irc:
21+
channels:
22+
- "irc.freenode.org#php-respect"
23+
use_notice: true

0 commit comments

Comments
 (0)