summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-08-12 22:35:51 -0500
committerTristan Sloughter <t@crashfast.com>2015-08-12 23:01:15 -0500
commit14944b522b0707df386c4838df355f96059018d1 (patch)
treede184f1024a0d914f5c381de9c1f51340f556fe4 /.travis.yml
parent1001eefc2b0f0979c1a07fc309625ee04df60910 (diff)
don't run rebar2 get-deps in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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