We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfbd27 commit 38e6fe8Copy full SHA for 38e6fe8
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
19
install:
20
- composer install --no-interaction
21
- - ./ci/test-env-install.sh
+ - sudo ./ci/test-env-install.sh
22
23
before_script:
24
- composer validate
ci/test-env-install.sh
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env bash
2
function setup_test_requirements() {
3
# Adding software-properties-common for add-apt-repository.
4
apt-get install -y software-properties-common
0 commit comments