We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed16889 commit 4f28290Copy full SHA for 4f28290
.travis.yml
@@ -1,5 +1,7 @@
1
language: scala
2
3
+dist: trusty
4
+
5
sudo: required
6
7
addons:
@@ -12,7 +14,7 @@ before_install:
12
14
- sudo hostname "$(hostname | cut -c1-63)"
13
15
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts > /tmp/hosts
16
- sudo mv /tmp/hosts /etc/hosts
- - cat /etc/hosts # optionally check the content *after*
17
+ - cat /etc/hosts # optionally check the content *after*
18
- admin/setup_travis.sh
19
20
env:
0 commit comments