Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 36ab618

Browse files
committed
fix: require sudo
1 parent c780602 commit 36ab618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
sudo: false
2+
sudo: required
33
notifications:
44
email: false
55
cache:
@@ -9,7 +9,7 @@ before_script:
99
- npm install -g bower polylint web-component-tester
1010
- bower install
1111
- polylint
12-
- apt-get install -y libappindicator1 fonts-liberation
12+
- sudo apt-get install -y libappindicator1 fonts-liberation
1313
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
1414
- sudo dpkg -i google-chrome*.deb
1515
env:

0 commit comments

Comments
 (0)