diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-06-30 21:18:47 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-06-30 21:18:47 -0500 |
commit | 39e5c805268b53c14d0aaf806fdb35ecb3b2a3ff (patch) | |
tree | 9cb301f772a0f057ebce808c82c3591e90466709 | |
parent | b2f890f8edbaca8ccbe4a59fcfe2c08bed368530 (diff) |
set sudo to false
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a80a677..a94d5c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: erlang otp_release: - 18.0 |