Skip to content

Commit

Permalink
Add more opencv versions to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovyski committed Apr 4, 2018
1 parent 9c0d6c7 commit ecf1dbb
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ notifications:

matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=2.4.13.6

- compiler: gcc
addons:
apt:
Expand All @@ -27,6 +36,33 @@ matrix:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=2.4.13.4

- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=2.4.13

- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=2.4.12

- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=2.3.0

- compiler: gcc
addons:
apt:
Expand Down Expand Up @@ -63,6 +99,15 @@ matrix:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=3.3.0

- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=3.3.1

- compiler: gcc
addons:
apt:
Expand All @@ -72,6 +117,15 @@ matrix:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=3.4.0

- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: COMPILER=g++-4.9 OPENCV=3.4.1

before_install:
- sudo apt-get update -qq

Expand Down

0 comments on commit ecf1dbb

Please sign in to comment.