Skip to content

Commit

Permalink
Build nightly to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelang authored and axic committed Feb 14, 2019
1 parent 9ade767 commit 6fb93ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
name: Test
command: cargo test --target=x86_64-unknown-linux-gnu
- run:
name: Build
command: cargo build --release
name: Build Nightly
command: cargo +nightly build --release

0 comments on commit 6fb93ed

Please sign in to comment.