Skip to content

Commit ff026b9

Browse files
authored
Merge pull request #50 from AlwinEsch/Matrix-change
[Matrix] increase version to 3.3.0 (API related)
2 parents ca1b223 + aa32abc commit ff026b9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,18 @@ matrix:
2626
sudo: required
2727
compiler: gcc
2828
env: DEBIAN_BUILD=true
29+
- os: linux
30+
dist: focal
31+
sudo: required
32+
compiler: gcc
33+
env: DEBIAN_BUILD=true
2934
- os: osx
3035
osx_image: xcode10.2
3136

3237
before_install:
38+
- if [[ $DEBIAN_BUILD != true ]] && [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get update -qq; fi
39+
- if [[ $DEBIAN_BUILD != true ]] && [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libgl1-mesa-dev freeglut3-dev; fi
3340
- if [[ $DEBIAN_BUILD == true ]]; then sudo add-apt-repository -y ppa:team-xbmc/xbmc-nightly; fi
34-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
35-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libgl1-mesa-dev freeglut3-dev; fi
3641
- if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get install fakeroot; fi
3742

3843
#

visualization.projectm/addon.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="visualization.projectm"
4-
version="3.2.0"
4+
version="3.3.0"
55
name="projectM"
66
provider-name="Team Kodi">
77
<requires>@ADDON_DEPENDS@</requires>

0 commit comments

Comments
 (0)