Skip to content

Commit 38e6fe8

Browse files
committed
Add env and sudo permission
1 parent 0dfbd27 commit 38e6fe8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
1919
install:
2020
- composer install --no-interaction
21-
- ./ci/test-env-install.sh
21+
- sudo ./ci/test-env-install.sh
2222

2323
before_script:
2424
- composer validate

ci/test-env-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
function setup_test_requirements() {
23
# Adding software-properties-common for add-apt-repository.
34
apt-get install -y software-properties-common

0 commit comments

Comments
 (0)