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 3ec9e9f commit eaaaeaa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -2,13 +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 yast2-storage yast2-proxy yast2-country yast2-packager
# disable rvm, use system Ruby
- rvm reset
- sudo gem install rspec:2.14.1
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite yast2 yast2-storage yast2-proxy yast2-country yast2-packager" -g rspec:2.14.1
script:
- make -f Makefile.cvs
- make
Expand Down

0 comments on commit eaaaeaa

Please sign in to comment.