For now, install dependencies before make codecheck

This commit is contained in:
Bob Lantz
2017-03-15 16:19:31 -07:00
parent c1d07835bd
commit 32565765c1
+2 -1
View File
@@ -10,7 +10,8 @@ matrix:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq vlan pyflakes pylint
- sudo apt-get install -qq vlan
- sudo util/install.sh -n
install:
- bash -c "[ `lsb_release -rs` == '14.04' ] && make codecheck"