File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22php :
33 - 5.6
4- - 7.0
5- - 7.1
6- - 7.2
4+ - 7.4
75 - nightly
86
9- # env:
10- # global:
11- # - DB=mysql
12- # matrix:
13- # - GLPIVER=9.1/bugfixes
14- # - GLPIVER=master
15-
167before_script :
178 - composer self-update
18- # - git clone --depth=1 https://github.com/glpi-project/glpi -b $GLPIVER ../glpi && cd ../glpi
19- # - composer install --no-dev
20- # - mysql -u root -e 'create database glpitest;'
21- # - php tools/cliinstall.php --db=glpi-test --user=travis --tests
22- # - mv ../treeview plugins/{LNAME}
23- # - cd plugins/treeview
24- - composer install -o
25-
9+ - composer install --optimize-autoloader --prefer-dist --no-interaction --no-progress --no-suggest
2610
2711script :
28- - vendor/bin/robo --no-interaction code:cs
29- # - mysql -u root -e 'select version();'
30- # - ./vendor/bin/atoum -bf tests/bootstrap.php -d tests/units/
31-
12+ - vendor/bin/robo --no-interaction code:cs --strict
3213
3314matrix :
34- # exclude:
35- # - php: 5.4
36- # env: GLPIVER=master
3715 allow_failures :
3816 - php : nightly
3917
4018cache :
4119 directories :
4220 - $HOME/.composer/cache
43-
44- # notifications:
45- # irc:
46- # channels:
47- # - "irc.freenode.org#channel"
48- # on_success: change
49- # on_failure: always
50- # use_notice: true
51- # skip_join: true
You can’t perform that action at this time.
0 commit comments