mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
Merge branch 'testing'
This commit is contained in:
commit
7ac0983229
@ -20,5 +20,6 @@ env:
|
|||||||
DIRECTOR_TESTDB_USER="director_test"
|
DIRECTOR_TESTDB_USER="director_test"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- composer self-update --stable
|
||||||
- ./test/travis-prepare.sh
|
- ./test/travis-prepare.sh
|
||||||
- composer install
|
- composer install
|
||||||
|
@ -15,10 +15,15 @@
|
|||||||
"type": "package",
|
"type": "package",
|
||||||
"package": {
|
"package": {
|
||||||
"name": "icinga/icingaweb2",
|
"name": "icinga/icingaweb2",
|
||||||
"version": "2.3.4",
|
"version": "2.4.0",
|
||||||
"dist": {
|
"dist": {
|
||||||
"url": "https://github.com/Icinga/icingaweb2/archive/v2.3.4.zip",
|
"url": "https://github.com/Icinga/icingaweb2/archive/v2.4.0.zip",
|
||||||
"type": "zip"
|
"type": "zip"
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"url": "https://github.com/Icinga/icingaweb2.git",
|
||||||
|
"type": "git",
|
||||||
|
"reference": "master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user