Skip to content

Commit

Permalink
use a shared script in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Oct 31, 2014
1 parent db12fd0 commit d66bdc9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -2,12 +2,10 @@ language: cpp
compiler:
- gcc
before_install:
- curl http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/Release.key | sudo apt-key add -
- echo "deb http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/ ./" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -q
- sudo apt-get install --no-install-recommends -y yast2-devtools yast2-testsuite yast2
# 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 yast2"
script:
- make -f Makefile.cvs
- make
Expand Down

0 comments on commit d66bdc9

Please sign in to comment.