Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Update dependencies #53

Merged
merged 7 commits into from
Aug 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: rust
sudo: false

cache: cargo

before_install:
- export RUST_SRC_PATH=$(scripts/download_rust_source.sh)

Expand All @@ -12,6 +14,7 @@ rust:
matrix:
allow_failures:
- rust: nightly
- rust: beta

script:
- cargo test
Expand Down
Loading