Skip to content

Commit

Permalink
Merge pull request #8 from yast/Travis_build_fix
Browse files Browse the repository at this point in the history
Added libboost-regex-dev to Travis build
  • Loading branch information
lslezak committed Oct 23, 2014
2 parents 4cf4dda + 635cbb9 commit e6db1cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,8 @@ before_install:
- curl http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/Release.key | sudo apt-key add -
- echo "deb http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/ ./" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -q
- sudo apt-get install --no-install-recommends -y yast2-devtools yast2-testsuite yast2 yast2-core-dev libboost-dev ruby-rspec
- sudo apt-get install --no-install-recommends -y yast2-devtools yast2-testsuite yast2 yast2-core-dev
libboost-dev libboost-regex-dev ruby-rspec
# disable rvm, use system Ruby
- rvm reset
script:
Expand Down

0 comments on commit e6db1cd

Please sign in to comment.