Skip to content

Commit 33f8aca

Browse files
committed
Write travis setting based on masonium/linxal and bluss/rust-ndarray
1 parent bda6dde commit 33f8aca

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
language: rust
2+
sudo: required
3+
4+
rust:
5+
- stable
6+
- beta
7+
- nightly
8+
9+
os:
10+
- linux
11+
12+
cache: cargo
13+
14+
matrix:
15+
allow-failures:
16+
- rust: nightly
17+
18+
script:
19+
- cargo test -vv --no-default-features --features=$FEATURE
20+
21+
addons:
22+
apt:
23+
sources:
24+
- kubuntu-backports
25+
26+
packages:
27+
- cmake
28+
- gfortran

0 commit comments

Comments
 (0)