Skip to content

Commit

Permalink
Travis fix: we now require yast2-transfer.
Browse files Browse the repository at this point in the history
RPM build passes because we require yast2-packager
which depends on yast2-transfer.
  • Loading branch information
mvidner committed Feb 17, 2016
1 parent 5c2eea0 commit cf6fb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ 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 "rake yast2-devtools yast2-testsuite yast2 yast2-packager yast2-installation-control" -g "rspec:3.3.0 yast-rake gettext"
- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 yast2-packager yast2-transfer yast2-installation-control" -g "rspec:3.3.0 yast-rake gettext"
script:
- rake check:syntax
- rake check:pot
Expand Down

0 comments on commit cf6fb2a

Please sign in to comment.