Skip to content

Commit f488603

Browse files
committed
Merge pull request #1021 from gracjan/pr-use-trusty-travisci
Use Trusty platform for TravisCI
2 parents e6c898a + 0627aab commit f488603

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)