Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Add beta channel testing to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
yupferris committed Feb 1, 2017
1 parent ee12669 commit 800b695
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ matrix:
# Testing other channels
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
- env: TARGET=x86_64-unknown-linux-gnu
rust: beta
- env: TARGET=x86_64-apple-darwin
os: osx
rust: nightly
- env: TARGET=x86_64-apple-darwin
os: osx
rust: beta

# Required for ALSA on linux
addons:
Expand Down

0 comments on commit 800b695

Please sign in to comment.