]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
Revert "attempt #1 of migrating to sudo-less travis"
authorAntti Kantee <pooka@iki.fi>
Wed, 29 Apr 2015 13:07:41 +0000 (13:07 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 29 Apr 2015 13:07:41 +0000 (13:07 +0000)
Nope.  Both xen-dev and qemu-kvm are not allowed packages in the
sudoless env.

This reverts commit e53c81aea787ecadb3cd158038ae1463e0a6f84b.

.travis.yml

index 5bb148389d4de85d19235ad0778a8ea8070714e6..197ba4d76dfb4f3f491d56a12e5702eb8aa3ad7a 100644 (file)
@@ -1,18 +1,14 @@
 language: c
-os: linux
-sudo: false
 
 compiler:
   - gcc
 
-addons:
-  apt:
-    packages:
-      - qemu-kvm
-      - libxen-dev
-      - g++-4.8
-    sources:
-      - ubuntu-toolchain-r-test
+before_script:
+  - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
+  - sudo apt-get update -y
+  - sudo apt-get install qemu-kvm -y
+  - sudo apt-get install libxen-dev -y
+  - sudo apt-get install g++-4.8 -y
 
 env:
   - PLATFORM=xen TESTS=none EXTRAFLAGS=