Skip to content

Commit

Permalink
Remove qtquickcontrols2 from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
timsueberkrueb committed Jan 6, 2019
1 parent 586bda7 commit cd222e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- sudo apt-get update

install:
- sudo apt-get install -y -qq qt${QT_VERSION}base qt${QT_VERSION}declarative qt${QT_VERSION}quickcontrols2 g++-7
- sudo apt-get install -y -qq qt${QT_VERSION}base qt${QT_VERSION}declarative g++-7
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90;

before_script:
Expand Down

0 comments on commit cd222e2

Please sign in to comment.