Skip to content

Commit 63dd0f9

Browse files
committed
[TASK] Add .travis.yml
1 parent 20aab2d commit 63dd0f9

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
matrix:
3+
include:
4+
- php: 5.6
5+
- php: 5.5
6+
before_install:
7+
- cd ..
8+
- git clone https://github.com/neos/neos-base-distribution.git
9+
- cd neos-base-distribution
10+
- composer require flowpack/elasticsearch-contentrepositoryadaptor dev-master
11+
install:
12+
- composer install
13+
script:
14+
- bin/phpunit -c Build/BuildEssentials/PhpUnit/UnitTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Unit

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. image:: https://api.travis-ci.org/flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor.svg
2+
:target: https://api.travis-ci.org/flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
3+
14
# TYPO3 Neos ElasticSearch Adapter
25

36
*supporting ElasticSearch Version 1.2.x and 1.3.x and 1.4.x*

0 commit comments

Comments
 (0)