Skip to content

Commit

Permalink
fixed package installation in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 11, 2014
1 parent 07ee4ab commit 8039e89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,11 +2,10 @@ language: cpp
compiler:
- gcc
before_install:
yast2-core-dev yast2-ldap yast2-perl-bindings yast2-security libcrack2-dev doxygen libdigest-sha1-perl
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite yast2 yast2-perl-bindings"
- sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite yast2 yast2-perl-bindings yast2-core-dev yast2-ldap yast2-perl-bindings yast2-security libcrack2-dev doxygen libdigest-sha1-perl"
script:
- make -f Makefile.cvs
- make
Expand Down

0 comments on commit 8039e89

Please sign in to comment.