Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
addgroup for travis lxd
Browse files Browse the repository at this point in the history
  • Loading branch information
ikit committed Nov 17, 2016
1 parent cce3669 commit 12556f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ before_install:
- sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable -y
- sudo apt-get update
- sudo apt-get install lxd -y
- sudo usermod -a -G lxd ${whoami}



Expand All @@ -26,7 +27,7 @@ install:

script:
- cd pirus
- sudo make test
- make test


branches:
Expand Down

0 comments on commit 12556f3

Please sign in to comment.