summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-12-21 11:08:25 +0530
committerArun Raghavan <git@arunraghavan.net>2015-12-21 11:21:17 +0530
commit2dbd6c0fe375db3a00f4a30c5436bf5a8442b42c (patch)
tree30e1463655b318f100cc53c3b0cf07095ec462d8 /.travis.yml
parente8d5a6af1e3c6308cb47a0ef9d7c87f9e8f42387 (diff)
build: Move to using Travis trusty images
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fa43c4f01..456cfb5cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,7 @@
+# use the trusty beta
+sudo: required
+dist: trusty
+
language: c
compiler:
@@ -5,11 +9,9 @@ compiler:
#- clang
before_install:
- - sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe\ndeb-src http://archive.ubuntu.com/ubuntu/ trusty main universe" >> /etc/apt/sources.list'
- - sudo apt-get -qq update
-install:
+ - sudo apt-get -qq -y update
- >
- sudo apt-get -qq install
+ sudo apt-get -qq -y install
git-core
autopoint
autoconf