Skip to content

Commit

Permalink
fix: drone CI rustup nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnygleason committed Aug 15, 2019
1 parent 6b97087 commit f544f03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ platform:

steps:
- name: test
image: rustlang/rust:nightly
image: rust:1
commands:
- rustup default nightly
- rustup update
- cargo +nightly build --verbose --all
- cargo +nightly test --verbose --all

0 comments on commit f544f03

Please sign in to comment.