1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-06 00:32:34 -04:00

Simplify .travis.yml

This commit is contained in:
Eduardo Gurgel 2015-03-05 19:16:57 +13:00
parent 6798fa9236
commit 77759d9127

View file

@ -10,6 +10,4 @@ otp_release:
- 17.0 - 17.0
- 17.1 - 17.1
sudo: false sudo: false
install: mix deps.get
before_install: mix local.hex --force
script: mix test --no-start script: mix test --no-start