We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdcbf54 + 7b3fbe1 commit 5b85014Copy full SHA for 5b85014
1 file changed
.travis.yml
@@ -3,6 +3,8 @@ matrix:
3
include:
4
- php: 5.6
5
- php: 5.5
6
+# use modern infrastructure based on containers
7
+sudo: false
8
before_install:
9
- cd ..
10
- git clone https://github.com/neos/neos-base-distribution.git
@@ -11,4 +13,4 @@ before_install:
11
13
install:
12
14
- composer install
15
script:
- - bin/phpunit -c Build/BuildEssentials/PhpUnit/UnitTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Unit
16
+ - bin/phpunit -c Build/BuildEssentials/PhpUnit/UnitTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Unit
0 commit comments