sudo interferes with travis python 3 environment

This commit is contained in:
Bob Lantz
2018-07-26 13:40:12 -07:00
parent 71f3931f2f
commit 17f9756e5c
+1 -1
View File
@@ -13,7 +13,7 @@ matrix:
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq vlan - sudo apt-get install -qq vlan
- sudo util/install.sh -n - util/install.sh -n
install: install:
- bash -c "if [ `lsb_release -rs` == '14.04' ]; then make codecheck; fi" - bash -c "if [ `lsb_release -rs` == '14.04' ]; then make codecheck; fi"