Trigger travis build

This commit is contained in:
avitex 2017-07-15 21:33:29 +10:00
parent 60c132e440
commit 39761aef69
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@
# Where 3rd-party dependencies like ExDoc output generated docs.
/doc
/docs
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump

View File

@ -17,7 +17,7 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/vultr).
```
## Examples
### Retrieving app list
#### Retrieving app list
```elixir
Vultr.app_list()
@ -34,7 +34,7 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/vultr).
}
```
### Using authenticated methods
#### Using authenticated methods
```elixir
client = Vultr.client("<APIKEY>")