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
|
||||
script:
|
||||
- |
|
||||
travis-cargo build &&
|
||||
travis-cargo test &&
|
||||
travis-cargo bench
|
||||
travis-cargo build &&
|
||||
travis-cargo test &&
|
||||
travis-cargo bench
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libcurl4-openssl-dev
|
||||
- libelf-dev
|
||||
- libdw-dev
|
||||
- libdw-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue