Skip to content

Commit a6ed395

Browse files
committed
travis: remove redundant APT dependency
1 parent e2ba323 commit a6ed395

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compiler:
88
env:
99
global:
1010
- secure: "SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
11-
- APT_DEPENDENCIES="doxygen libeigen3-dev libboost-test-dev libboost-python-dev libeigen3-dev"
11+
- APT_DEPENDENCIES="doxygen libeigen3-dev libboost-test-dev libboost-python-dev"
1212
- DEBSIGN_KEYID=5AE5CD75
1313
- CC=gcc
1414
- DO_COVERAGE_ON_BRANCH="master;release"
@@ -18,15 +18,13 @@ env:
1818
jobs:
1919
include:
2020
- dist: xenial
21-
env:
22-
matrix:
23-
- BUILDTYPE=Release
24-
- BUILDTYPE=Debug
21+
env: BUILDTYPE=Release
22+
- dist: xenial
23+
env: BUILDTYPE=Debug
24+
- dist: trusty
25+
env: BUILDTYPE=Release
2526
- dist: trusty
26-
env:
27-
matrix:
28-
- BUILDTYPE=Release
29-
- BUILDTYPE=Debug
27+
env: BUILDTYPE=Debug
3028

3129
notifications:
3230
email:

0 commit comments

Comments
 (0)