Skip to content

Commit a2da0df

Browse files
committed
Build and test C API with Travis
1 parent e8ae32f commit a2da0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sudo: false
77
before_script:
88
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
99
script:
10-
- cargo build
11-
- cargo test
10+
- cargo build --all
11+
- cargo test --all
1212
- cargo doc
1313
after_success:
1414
- travis-cargo --only nightly doc-upload

0 commit comments

Comments
 (0)