This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Try to remove sudo: required in travis
index-subcmd
Vincent Prouillet
6 years ago
parent
fea728d413
commit
7b26418260
2 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.travis.yml
+1
-1
CHANGELOG.md
+ 0
- 1
.travis.yml
View File
@@ -1,7 +1,6 @@
dist: trusty
dist: trusty
language: rust
language: rust
services: docker
services: docker
sudo: required
env:
env:
global:
global:
+ 1
- 1
CHANGELOG.md
View File
@@ -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`)
Write
Preview
Loading…
Cancel
Save