Fix Travis Bugs
I hate setting up Travis CI...
This commit is contained in:
parent
ef608490ff
commit
94e6c4c8c6
1 changed files with 4 additions and 4 deletions
|
@ -7,12 +7,12 @@ pip install 'travis-cargo<0.2' -- user &&
|
||||||
export PATH = $HOME/.local/bin:$PATH
|
export PATH = $HOME/.local/bin:$PATH
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
travis-cargo build &&
|
travis-cargo build &&
|
||||||
travis-cargo test &&
|
travis-cargo test &&
|
||||||
travis-cargo bench
|
travis-cargo bench
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libcurl4-openssl-dev
|
- libcurl4-openssl-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libdw-dev
|
- libdw-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue