summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authortake-cheeze <[email protected]>2018-06-20 21:23:48 +0900
committertake-cheeze <[email protected]>2018-06-20 21:34:03 +0900
commit33f72bb038febf90c3f6b6fa1420ce29f2fbeaf1 (patch)
treeaa264d64f76e0e0e3a5ba46d72e1061266af47e1 /.travis.yml
parentc3ac33d9cd532aa80b8595d460eac745712b4042 (diff)
downloadmruby-33f72bb038febf90c3f6b6fa1420ce29f2fbeaf1.tar.gz
mruby-33f72bb038febf90c3f6b6fa1420ce29f2fbeaf1.zip
disable sudo.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 56c54914a..73d328440 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ sudo: false
matrix:
include:
- os: linux
- sudo: 9000
+ sudo: false
- os: osx
osx_image: xcode7.1