Skip to content

Commit

Permalink
Travis build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Dec 16, 2014
1 parent 8294f7d commit e61cf61
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -2,12 +2,14 @@ language: cpp
compiler:
- gcc
before_install:
# install newer glib (2.34 instead of provided 2.32)
- sudo add-apt-repository ppa:ricotz/testing -y
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite libgtk-3-dev libgnome-menu-3-dev libglib2.0-dev "
- sh ./travis_setup.sh
# install newer glib (2.34 instead of provided 2.32)
- sudo add-apt-repository ppa:ricotz/testing -y
- sudo apt-get update -q
- sudo apt-get install yast2-devtools yast2-testsuite libgtk-3-dev libgnome-menu-3-dev libglib2.0-dev
script:
- make -f Makefile.cvs
- make
Expand Down

0 comments on commit e61cf61

Please sign in to comment.