issues
search
odakaui
/
vocabulist
A vocabulary database for learning Japanese
MIT License
0
stars
0
forks
source link
Remove Windows Build from Travis
#36
Closed
odakaui
closed
4 years ago
odakaui
commented
4 years ago
Speed up build:
Remove windows target from travis.
Only run
cargo build --release
on tagged commits.
Run
cargo build
on all branches.
Speed up build:
cargo build --release
on tagged commits.cargo build
on all branches.