Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 665dfee

Browse files
committed
ci: Fix location of run-java-tool.bash for shellcheck
1 parent 587a27b commit 665dfee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ install:
1818
- wget https://launchpad.net/ubuntu/+source/shellcheck/0.4.6-1/+build/13053646/+files/shellcheck_0.4.6-1_amd64.deb
1919
- sudo dpkg -i *.deb
2020
- pushd samples
21-
- sudo cp -Rv etc usr /
21+
- sudo cp -r etc usr /
2222
- cd dpkg
23-
- sudo cp -Rv etc /
23+
- sudo cp -r etc /
2424
- popd
2525

2626
script:
2727
- cmake -D CMAKE_BUILD_TYPE=Debug -D BUILD_DOC=ON ./
2828
- make package
2929
- make jem-test
3030
- sudo dpkg -i --force-all dist/jem-*.x86_64.deb
31-
- shellcheck usr/bin/run-java-tool.bash
31+
- shellcheck data/run-java-tool.bash
3232
- shellcheck tests/run-tests.sh
3333
- sudo ./tests/run-tests.sh -j
3434

0 commit comments

Comments
 (0)