branch: externals/yasnippet
commit 291873ee13543c962bfc69cde330c8704a7dcfde
Author: Noam Postavsky <[email protected]>
Commit: Noam Postavsky <[email protected]>
; .travis.yml: Clean up validator warnings/infos
---
.travis.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 91bc1a8..afbc5ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: generic
-sudo: false
+os: linux
+dist: xenial
+
git:
submodules: false
@@ -8,7 +10,7 @@ env:
- Wlexical=t
- Werror=t
- tests_Werror=t # For yasnippet-tests.el
- matrix:
+ jobs:
- EMACS_VERSION=23.4
# 24.3 gives a bunch of 'value returned from (car value-N) is
# unused' warnings.