We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030ce72 commit 9e7ee7dCopy full SHA for 9e7ee7d
1 file changed
.travis.yml
@@ -1,12 +1,23 @@
1
-language:
2
- php
+# a Courtesy of Respect/Foundation
3
4
-before_script:
5
- "cd tests"
+language: php
6
7
-script:
8
- "phpunit ."
+env: FOUNDATION_NO_WAIT=1
9
10
php:
11
- 5.3
12
- 5.4
+ - 5.5
+
+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