Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 60d0fb3

Browse files
.travis.yml: Remove superfluous environments for qt4
1 parent ed6b199 commit 60d0fb3

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@ compiler:
66
- gcc
77
- clang
88
env:
9-
- QT_SELECT=qt4 ; CONFIG=minimal
10-
- QT_SELECT=qt4 ; CONFIG=minimal-static
11-
- QT_SELECT=qt4 ; CONFIG=full
12-
- QT_SELECT=qt4 ; CONFIG=full-debug
13-
- QT_SELECT=qt4 ; CONFIG=full-static
14-
- QT_SELECT=qt5 ; CONFIG=minimal
15-
- QT_SELECT=qt5 ; CONFIG=minimal-static
16-
- QT_SELECT=qt5 ; CONFIG=full
17-
- QT_SELECT=qt5 ; CONFIG=full-debug
18-
- QT_SELECT=qt5 ; CONFIG=full-static
9+
- CONFIG=minimal
10+
- CONFIG=full
11+
- CONFIG=full-debug
1912
install:
2013
- tests/travis/install-build-depends
2114
script:

0 commit comments

Comments
 (0)