diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-08-12 22:35:51 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-08-12 23:01:15 -0500 |
commit | 14944b522b0707df386c4838df355f96059018d1 (patch) | |
tree | de184f1024a0d914f5c381de9c1f51340f556fe4 | |
parent | 1001eefc2b0f0979c1a07fc309625ee04df60910 (diff) |
don't run rebar2 get-deps in travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d1163c4..a4d4498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ sudo: false language: erlang +install: "true" otp_release: - 18.0 - 17.5 |