Corrections for travis, only Ubuntu for now.

This commit is contained in:
Tadas Baltrusaitis 2016-07-25 17:12:46 -04:00
parent 8bcbd25571
commit 3fff26dd4a
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ compiler:
os:
- linux
- osx
before_install:
- sudo apt-get update
@ -21,7 +20,7 @@ before_install:
install:
- sudo apt-get install git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
- sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev checkinstall
- sudo apt-get install libboost1.55-all-dev
- sudo apt-get install libboost-all-dev
before_script:
- git clone https://github.com/Itseez/opencv.git