Config file for travis ci integration
This commit is contained in:
parent
3e488b56be
commit
1ca2d1d268
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.0
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
before_install:
|
||||
- sudo apt-get update -y
|
||||
- sudo apt-get install -y python-software-properties
|
||||
- sudo add-apt-repository -y ppa:ubuntu-lxc/daily
|
||||
- sudo apt-get update -y
|
||||
- sudo apt-get install -y liblxc0 lxc lxc-dbg lxc-dev lxc-templates lxc-tests lxctl python3-lxc
|
||||
script:
|
||||
- bundle exec rake clean package
|
Loading…
Reference in a new issue