Commit c83526dce5520dbfa2dd50008d5293eb214aadec

Authored by Mark Burge
1 parent 32bfcd72

Revert all ci commits: not productive at this time

Revert "ci using based on Ubuntu 12.04 LTS Server Edition 64 bit."

This reverts commit 7b5514f004d4d60cf37451885258e3dc42779e5b.
Showing 1 changed file with 1 additions and 1 deletions
.travis.yml
... ... @@ -2,7 +2,7 @@ language: cpp
2 2 compiler: gcc
3 3 before_install:
4 4 - sudo apt-get update -qq
5   - - sudo apt-get install -qq cmake libqt4-dev libopencv-dev
  5 + - sudo apt-get install -qq cmake qt5-default qt5-image-formats-plugins libopencv-dev
6 6  
7 7 before_script:
8 8 - mkdir build
... ...