We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babf9d2 commit 0be7e3eCopy full SHA for 0be7e3e
2 files changed
.travis.yml
@@ -8,7 +8,15 @@ python:
8
- 3.6
9
- 3.6-dev
10
11
-sudo: true
+sudo: required
12
+
13
+addons:
14
+ hostname: drmaa.travis-ci.org
15
+ hosts:
16
+ - localhost
17
+ - localhost.localdomain
18
+ - drmaa.travis-ci.org
19
20
21
notifications:
22
email: false
travis/install_sge.sh
@@ -5,7 +5,6 @@
5
# Written by Dan Blanchard (dblanchard@ets.org), September 2013
6
7
cd travis
-sudo sed -i -r "s/^(127.0.0.1\s)(localhost\.localdomain\slocalhost)/\1localhost localhost.localdomain $(hostname) /" /etc/hosts
sudo apt-get update -qq
echo "gridengine-master shared/gridenginemaster string localhost" | sudo debconf-set-selections
echo "gridengine-master shared/gridenginecell string default" | sudo debconf-set-selections
0 commit comments