Skip to content

Commit 9f8e48d

Browse files
authored
Merge pull request #1 from termoshtt/travis
Add CI setting for travis
2 parents c2515b2 + f50d8ea commit 9f8e48d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: rust
2+
3+
rust:
4+
- stable
5+
- beta
6+
- nightly
7+
8+
os:
9+
- linux
10+
11+
cache: cargo
12+
13+
matrix:
14+
allow_failures:
15+
- rust: nightly
16+
17+
script:
18+
- cargo build -vv

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# intel-mkl-src
2+
[![Build Status](https://travis-ci.org/termoshtt/rust-intel-mkl.svg?branch=master)](https://travis-ci.org/termoshtt/rust-intel-mkl)
3+
24
Redistribution of Intel MKL as a crate
35

46
## License

0 commit comments

Comments
 (0)