Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #55 from Fraser999/update_ci
Browse files Browse the repository at this point in the history
Limit CI runs to stable channel.
  • Loading branch information
ustulation committed Jan 8, 2016
2 parents 4180b05 + 83b80b3 commit 8eceb60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ os:
- osx
language: rust
rust:
- nightly
# - beta
# - stable
- stable
sudo: false
branches:
only:
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ byteorder = "~0.4.2"
libc = "~0.2.4"
log = "~0.3.4"
maidsafe_utilities = "~0.1.5"
routing = "~0.5.2"
routing = "~0.6.1"
rustc-serialize = "~0.3.16"
safe_core = "~0.4.0"
safe_dns = "~0.4.0"
safe_nfs = "~0.4.0"
safe_core = "~0.5.0"
safe_dns = "~0.5.0"
safe_nfs = "~0.5.0"
sodiumoxide = "~0.0.9"
xor_name = "~0.0.1"

Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ environment:
RUST_BACKTRACE: 1
Features: "use-mock-routing"
matrix:
# - RUST_VERSION: stable
# - RUST_VERSION: beta
- RUST_VERSION: nightly
- RUST_VERSION: stable
branches:
only:
- master
Expand Down

0 comments on commit 8eceb60

Please sign in to comment.