Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit f92dc35

Browse files
committed
fix indention to 4 spaces
1 parent 86a746c commit f92dc35

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.travis.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.6
6-
- 7.0
7-
- 7.1
4+
- 5.4
5+
- 5.6
6+
- 7.0
7+
- 7.1
88

99
env:
10-
- VIRTUOSO=6.1.7
11-
- VIRTUOSO=7.1.0
12-
- VIRTUOSO=7.2.4.2
10+
- VIRTUOSO=6.1.7
11+
- VIRTUOSO=7.1.0
12+
- VIRTUOSO=7.2.4.2
1313

1414
matrix:
15-
fast_finish: true
16-
include:
17-
- php: 5.4
18-
env: VIRTUOSO=6.1.4
19-
- php: 5.4
20-
env: VIRTUOSO=6.1.6
21-
- php: 5.4
22-
env: VIRTUOSO=7.2.0
23-
allow_failures:
24-
- php: 7.0
25-
- php: 7.1
15+
fast_finish: true
16+
include:
17+
- php: 5.4
18+
env: VIRTUOSO=6.1.4
19+
- php: 5.4
20+
env: VIRTUOSO=6.1.6
21+
- php: 5.4
22+
env: VIRTUOSO=7.2.0
23+
allow_failures:
24+
- php: 7.0
25+
- php: 7.1
2626

2727
cache:
2828
directories:
29-
- $HOME/.composer/cache
30-
- virtuoso-opensource
29+
- $HOME/.composer/cache
30+
- virtuoso-opensource
3131

3232
sudo: true
3333

3434
services:
35-
- mysql
35+
- mysql
3636

3737
before_install:
38-
- bash ./application/scripts/travis/install-extensions.sh
39-
- bash ./application/scripts/travis/install-services.sh
40-
- sudo apt-get -qq update
41-
- sudo apt-get install -y raptor2-utils
42-
- phpenv config-rm xdebug.ini
43-
- mysql -e 'CREATE DATABASE ontowiki_TEST;'
38+
- bash ./application/scripts/travis/install-extensions.sh
39+
- bash ./application/scripts/travis/install-services.sh
40+
- sudo apt-get -qq update
41+
- sudo apt-get install -y raptor2-utils
42+
- phpenv config-rm xdebug.ini
43+
- mysql -e 'CREATE DATABASE ontowiki_TEST;'
4444

4545
install:
46-
- travis_retry composer install --no-interaction
46+
- travis_retry composer install --no-interaction
4747

4848
before_script:
49-
- cp ./application/tests/config.ini.dist.travis ./application/tests/config.ini
50-
- make directories
49+
- cp ./application/tests/config.ini.dist.travis ./application/tests/config.ini
50+
- make directories
5151

5252
script:
53-
- vendor/bin/phpunit --testsuite "OntoWiki Unit Tests"
54-
- EF_STORE_ADAPTER=zenddb vendor/bin/phpunit --testsuite "OntoWiki ZendDB Integration Tests"
55-
- EF_STORE_ADAPTER=virtuoso vendor/bin/phpunit --testsuite "OntoWiki Virtuoso Integration Tests"
56-
- vendor/bin/phpunit --testsuite "OntoWiki Extensions Tests"
53+
- vendor/bin/phpunit --testsuite "OntoWiki Unit Tests"
54+
- EF_STORE_ADAPTER=zenddb vendor/bin/phpunit --testsuite "OntoWiki ZendDB Integration Tests"
55+
- EF_STORE_ADAPTER=virtuoso vendor/bin/phpunit --testsuite "OntoWiki Virtuoso Integration Tests"
56+
- vendor/bin/phpunit --testsuite "OntoWiki Extensions Tests"

0 commit comments

Comments
 (0)