Skip to content

Commit cb1dd40

Browse files
committed
WIP: Temporarily drop stable on CI until async/await is stable
TODO: Delete this commit once rust 1.39.0 is released
1 parent f81f193 commit cb1dd40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444
- rust: nightly
4545
include:
4646
- name: Backend
47-
rust: stable
47+
rust: beta
4848
before_install:
4949
- rustup component add rustfmt-preview
5050
- rustup component add clippy-preview
@@ -63,9 +63,6 @@ matrix:
6363
- npm run lint:js
6464
- npm run lint:deps
6565
- npm test
66-
- rust: beta
67-
script:
68-
- cargo test
6966
- rust: nightly
7067
script:
7168
- cargo test

0 commit comments

Comments
 (0)