mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 16:44:18 +02:00
commit
a166502eb4
1 changed files with 7 additions and 1 deletions
|
|
@ -11,13 +11,19 @@ rust:
|
|||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
before_script:
|
||||
- |
|
||||
python --version &&
|
||||
pip --version &&
|
||||
pip install 'travis-cargo<0.2' --user &&
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH=$HOME/.local/bin:$PATH &&
|
||||
export PATH=$HOME/Library/Python/2.7/bin:$PATH
|
||||
script:
|
||||
- |
|
||||
travis-cargo build &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue