aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-08-25 14:04:22 +0200
committerTobias Brunner <tobias@strongswan.org>2016-09-05 16:58:29 +0200
commit94a69986084a092f4ccdcc8e589093167ed9b47f (patch)
tree0bddc4ae403f156e30b508e375ba8f360dc6fc49 /.travis.yml
parentd9cb28c015a70d20b5972ce50064905224177244 (diff)
downloadstrongswan-94a69986084a092f4ccdcc8e589093167ed9b47f.tar.bz2
strongswan-94a69986084a092f4ccdcc8e589093167ed9b47f.tar.xz
travis: Use Trusty beta image
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 04838e8a0..99176ba00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: c
+sudo: required
+dist: trusty
+
compiler:
- gcc
- clang