Skip to content

Commit 0627aab

Browse files
committed
Use Trusty platform for TravisCI
1 parent e6c898a commit 0627aab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: emacs-lisp
22
sudo: required
3-
dist: precise
3+
dist: trusty
44

55
env:
66
matrix:
@@ -32,7 +32,6 @@ install:
3232
sudo apt-get install -qq emacs-snapshot emacs-snapshot-el;
3333
fi
3434
- if [ "$TARGET" = "deploy-manual" ]; then
35-
sudo add-apt-repository -y ppa:gracjanpolak/ppa &&
3635
sudo apt-get update -qq &&
3736
sudo apt-get install -qq texinfo;
3837
fi

0 commit comments

Comments
 (0)