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

Commit e04d346

Browse files
committed
Try sudo on travis
1 parent b893c8f commit e04d346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

88
install:
99
- npm install jshint
10-
- pip install pygments
10+
- sudo pip install pygments
1111
script:
1212
- find static/ -iname "*.js" | xargs jshint
1313
- cargo build

0 commit comments

Comments
 (0)