1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-03-07 20:11:11 +00:00

disable nightly feature

This commit is contained in:
Nikolay Kim 2017-10-13 17:59:01 -07:00
parent 3516f02e4f
commit 31500fffcd

View file

@ -15,7 +15,7 @@ before_script:
- export PATH=$PATH:~/.cargo/bin - export PATH=$PATH:~/.cargo/bin
script: script:
- cargo test - cargo test --no-default-features
# Upload docs # Upload docs
after_success: after_success: