Try to remove sudo: required in travis
This commit is contained in:
parent
fea728d413
commit
7b26418260
|
@ -1,7 +1,6 @@
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: rust
|
language: rust
|
||||||
services: docker
|
services: docker
|
||||||
sudo: required
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.3.0 (unreleased)
|
## 0.3.0 (2017-01-25)
|
||||||
|
|
||||||
### Breaking
|
### Breaking
|
||||||
- Change names of individual taxonomies to be plural (ie `tags/my-tag` instead of `tag/my-tag`)
|
- Change names of individual taxonomies to be plural (ie `tags/my-tag` instead of `tag/my-tag`)
|
||||||
|
|
Loading…
Reference in a new issue