Skip to content

Commit

Permalink
Updated CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed Apr 26, 2020
1 parent cb25499 commit 5d10fd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
include:
- script:
- cargo build --verbose
- before_script:
- script:
- sudo apt-get install python3-pip python3-setuptools
- pip3 install --upgrade pip
- pip3 install -r requirements.txt --progress-bar off
- ls ./utils/*.py|xargs -n 1 python3
- python3 ./utils/download-dependencies_distilbert.py
- before_script:
- cargo run --example download_all_dependencies
script:
- cargo test

0 comments on commit 5d10fd4

Please sign in to comment.