Skip to content

Commit 472caad

Browse files
author
Jake Shadle
committed
📰 ❄️ Add travis CI
1 parent 4e38d02 commit 472caad

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+
3+
addons:
4+
apt:
5+
packages:
6+
- libcurl4-openssl-dev
7+
- libelf-dev
8+
- libdw-dev
9+
10+
rust:
11+
- nightly
12+
- beta
13+
- stable
14+
15+
# load travis-cargo
16+
before_script:
17+
- |
18+
pip install 'travis-cargo<0.2' --user &&
19+
export PATH=$HOME/.local/bin:$PATH
20+
21+
script:
22+
- |
23+
travis-cargo check
24+
25+
env:
26+
global:
27+
# override the default `--features unstable` used for the nightly branch (optional)
28+
- TRAVIS_CARGO_NIGHTLY_FEATURE=nightly

0 commit comments

Comments
 (0)