Skip to content

Commit 746b220

Browse files
committed
Build benches in TravisCI
1 parent 96f74f3 commit 746b220

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ rust:
66
os:
77
- linux
88

9-
script:
10-
- cargo test
11-
129
matrix:
1310
include:
1411
- os: linux
15-
rust: nightly-2019-08-21
12+
script:
13+
- cargo build --examples --tests --benches
14+
- name: coverage
15+
os: linux
1616
sudo: required
17-
name: coverage
1817
addons: # needed for `cargo install cargo-travis`
1918
apt:
2019
packages:

0 commit comments

Comments
 (0)