Skip to content

Commit

Permalink
adapt travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 5, 2014
1 parent 8da5945 commit e02a1ae
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -5,10 +5,8 @@ before_install:
# 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 yast2-packager yast2-storage yast2-bootloader" -g rspec:2.14.1
- sh ./travis_setup.sh -p "yast2-devtools yast2 yast2-packager yast2-storage yast2-bootloader" -g "rspec:2.14.1 yast-rake rake"
script:
- make -f Makefile.cvs
- make
- sudo make install
- make check
- rake test:unit
- sudo rake install

0 comments on commit e02a1ae

Please sign in to comment.