Skip to content
This repository was archived by the owner on May 30, 2018. It is now read-only.

Commit 5a134ba

Browse files
committed
ci: update path to installer for GLPI
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 7d4ecff commit 5a134ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ language: php
22

33
env:
44
global:
5-
- GLPI_SOURCE="https://github.com/glpi-project/glpi -b 9.2/bugfixes"
6-
- FUSION_SOURCE="https://github.com/fusioninventory/fusioninventory-for-glpi -b master"
5+
- GLPI_SOURCE="https://github.com/glpi-project/glpi -b 9.2/bugfixes"
6+
- FUSION_SOURCE="https://github.com/fusioninventory/fusioninventory-for-glpi -b master"
77
- FLYVEMDM_SOURCE="https://github.com/flyve-mdm/flyve-mdm-glpi-plugin -b develop"
88
- secure: riqurLkD5HXiKdkjSZXipb4+2VhXIjV6yjex7z89eHYqVhK049k/qIuxX2nCCCB7BxVuA+2fjDXXgjH4XihYvIcwxepplbDEjzgTYp/dDmN/8w3v9GvNBrD5fiV68a98Wpdy9zfbGk5hcoabKGJdyYCAFzCqLYmMGo5JU52lV2v6FcjkmkogFEpcKkg6+eZvDdCuCMgKziXwXKG7mDENAZA3PlPMaTmQ+sNaCWyYPKYC08+TGRIP9sS+lTY78SW/gY06CgWeJ1cF/MSRf8g0payEl9B4BuVFt8eAk+QIhDxvfkUmjIMEciT9c3stwsLnZQW1P4AAsmAqpmdajoGPg8XY+ZmFNdvAkh9hbGzdIy50v+cKlNyi2w/ZC5iQg43fmC0YwoGLd225FI1gJQFMkQiMYj2mi1Ir0/QFfVM5G5VWALRGQs5CyGOl9MOy01QISkkuURHYGLw+7jCCZyYmfww5gFO4RFcjPDBpoQt8Ra3Lbq1IaWt/gd4eQWjoXqiUjkYQ5L0tHd2Na4DR9q7X72mPoswUucxRAusF1M883uxIVWJRGFVs3Sup6U8qnZxXrpWIN8fpAtO7NuTQoCF48AhIC32+i41Ab002AUQLij8r8GGVehprhgyTbqDtd7zXWuC04rWBwVmXLsYvvqcszY2INUz4/jPswvHuvpZraxI=
99
- DB=glpitest
10-
10+
1111
cache:
1212
directories:
1313
- $HOME/.composer/cache
@@ -19,7 +19,7 @@ before_script:
1919
- tests/config-composer.sh
2020
- git clone --depth=1 $GLPI_SOURCE ../glpi && cd ../glpi
2121
- composer install --no-dev
22-
- php tools/cliinstall.php --db=$DB --user=travis --tests
22+
- php scripts/cliinstall.php --db=$DB --user=travis --tests
2323
- cp tests/config_db.php config/config_db.php
2424
- mkdir plugins/fusioninventory && git clone --depth=1 $FUSION_SOURCE plugins/fusioninventory
2525
- mkdir plugins/flyvemdm && git clone --depth=1 $FLYVEMDM_SOURCE plugins/flyvemdm
@@ -42,6 +42,6 @@ matrix:
4242
- php: nightly
4343
allow_failures:
4444
- php: nightly
45-
45+
4646
notifications:
4747
webhooks: https://hooks.aethonan.pro/travisci/-1001061475099/

0 commit comments

Comments
 (0)