Skip to content

Commit c392d9e

Browse files
committed
Only show build status from master branch
1 parent c4395fb commit c392d9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ $excel->writer->saveFile('example');
2626

2727
## Development
2828

29-
[![Build Status](https://travis-ci.org/faisalman/simple-excel-php.png)](https://travis-ci.org/faisalman/simple-excel-php)
29+
[![Build Status](https://travis-ci.org/faisalman/simple-excel-php.png?branch=master)](https://travis-ci.org/faisalman/simple-excel-php)
3030

3131
Testing
3232

3333
```sh
3434
$ phpunit --configuration test/phpunit.xml
3535
```
3636

37+
Next version 0.4.0-alpha is now available under [develop](https://github.com/faisalman/simple-excel-php/tree/develop) branch
38+
3739
## License
3840

3941
Copyright (c) 2011-2012 Faisalman <<fyzlman@gmail.com>>

0 commit comments

Comments
 (0)