Skip to content

Commit

Permalink
more fixes to travis and jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 12, 2016
1 parent 8f87a1d commit 1fc89e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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 "ruby2.1-dev libaugeas-dev rake yast2-devtools yast2-testsuite yast2 yast2-storage yast2-proxy yast2-country yast2-packager" -g "rspec:3.3.0 yast-rake gettext rubocop:0.41.2 simplecov:0.10.0 coveralls cfa cheetah"
- sh ./travis_setup.sh -p "ruby2.1-dev libaugeas-dev libaugeas rake yast2-devtools yast2-testsuite yast2 yast2-storage yast2-proxy yast2-country yast2-packager" -g "rspec:3.3.0 yast-rake gettext rubocop:0.41.2 simplecov:0.10.0 coveralls cfa cheetah"
script:
- rubocop
- rake check:syntax
Expand Down
2 changes: 2 additions & 0 deletions package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Requires: yast2-packager >= 3.1.47
# cfa for parsing hosts
BuildRequires: rubygem(%rb_default_ruby_abi:cfa)
Requires: rubygem(%rb_default_ruby_abi:cfa)
# lenses are needed to use cfa
Requires: augeas-lenses

# testsuite
BuildRequires: rubygem(rspec)
Expand Down

0 comments on commit 1fc89e6

Please sign in to comment.