Skip to content

Commit

Permalink
try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 14, 2016
1 parent 72281b1 commit 9bdd9af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ compiler:
before_install:
# disable rvm, use system Ruby
- rvm reset
- sudo add-apt-repository -y ppa:raphink/augeas
- sudo apt-get update
- sudo apt-get install libaugeas-dev libxml2-dev
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "ruby2.1-dev libaugeas-dev augeas-lenses libaugeas0 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"
# get newer augeas
script:
- rubocop
- rake check:syntax
Expand Down

0 comments on commit 9bdd9af

Please sign in to comment.