Skip to content

Commit a79e4c1

Browse files
committed
initial travis build
1 parent be61012 commit a79e4c1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: php
2+
php:
3+
- 5.3.3
4+
- 5.3
5+
- 5.4
6+
7+
script:
8+
- php bin/phpunit
9+
10+
before_script:
11+
- sudo apt-get -qq update > /dev/null
12+
- sudo apt-get -qq install graphviz > /dev/null
13+
- phpenv rehash > /dev/null
14+
- composer selfupdate --quiet
15+
- composer install --dev
16+
- php bin/phpunit
17+
- composer update --dev
18+
19+
notifications:
20+
irc: "irc.freenode.org#phpdocumentor"
21+
email:
22+
23+

0 commit comments

Comments
 (0)