Skip to content

Commit 11f75d0

Browse files
committed
[travis] Update scancode-toolkit configuration
We're now using a clone of scancode-toolkit instead of a release, as the latest release is of 15th February 2019 and the scancli.py script was incroporated later i.e 5th March 2019 and there hasn't been a release since. Add stable scancode_cli checkout commit in order to accomodate functioning of both scancode & scancode_cli Signed-off-by: inishchith <[email protected]>
1 parent b9426a5 commit 11f75d0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ before_install:
1414
- gem install github-linguist
1515
- pip install bandit
1616
- pip install pylint
17+
- pip install execnet
1718

1819
install:
1920
- ./setup.py install
@@ -26,9 +27,9 @@ before_script:
2627
- sudo apt-get install libjson-c-dev
2728
- make -f Makefile.sa FO_LDFLAGS="-lglib-2.0 -lpq -lglib-2.0 -ljson-c -lpthread -lrt"
2829
- cd /home/travis/build/chaoss/grimoirelab-graal/exec
29-
- wget https://github.com/nexB/scancode-toolkit/releases/download/v3.0.0/scancode-toolkit-3.0.0.zip
30-
- unzip -q scancode-toolkit-3.0.0.zip
31-
- cd scancode-toolkit-3.0.0
30+
- git clone https://github.com/nexB/scancode-toolkit.git
31+
- cd scancode-toolkit
32+
- git checkout -b test_scancli 96069fd84066c97549d54f66bd2fe8c7813c6b52
3233
- ./scancode --help
3334
- cd /home/travis/build/chaoss/grimoirelab-graal
3435

0 commit comments

Comments
 (0)