Skip to content

Commit 4f28290

Browse files
author
Antonio Alonso Dominguez
committed
Run on Trusty
1 parent ed16889 commit 4f28290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: scala
22

3+
dist: trusty
4+
35
sudo: required
46

57
addons:
@@ -12,7 +14,7 @@ before_install:
1214
- sudo hostname "$(hostname | cut -c1-63)"
1315
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts > /tmp/hosts
1416
- sudo mv /tmp/hosts /etc/hosts
15-
- cat /etc/hosts # optionally check the content *after*
17+
- cat /etc/hosts # optionally check the content *after*
1618
- admin/setup_travis.sh
1719

1820
env:

0 commit comments

Comments
 (0)