We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e38d02 commit 472caadCopy full SHA for 472caad
.travis.yml
@@ -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