fix travis.yml

This commit is contained in:
walker0643 2018-02-24 15:05:42 -05:00
parent dc15dc6081
commit b36a91a363
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: cpp
before_install:
sudo apt-get update -qq
sudo apt-get install -qq libxtst-dev
- sudo apt-get update -qq
- sudo apt-get install -qq libxtst-dev
script: sh -x ./clean_build.sh
# skip install phase since we have a customized install package
# creation tool for each supported platform