Skip to content

Commit 40e60b2

Browse files
committed
Add Rust to travis.yml
1 parent 7095cd4 commit 40e60b2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
dist: bionic
2-
language: cpp
3-
jobs:
2+
matrix:
43
include:
5-
- script: cpp/build-and-test.sh
4+
- language: cpp
5+
rust: stable
6+
jobs:
7+
allow_failures:
8+
- rust: nightly
9+
fast_finish: true
10+
- language: cpp
11+
script: cpp/build-and-test.sh

0 commit comments

Comments
 (0)