Skip to content

Commit 0034cb9

Browse files
committed
(#13) Fixed path to execute build scripts
1 parent 1b19f89 commit 0034cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ matrix:
4040
node_js: "12"
4141

4242
before_install:
43-
- "bash ./build/setup_${TRAVIS_OS_NAME}.sh"
43+
- "bash ./.build/setup_${TRAVIS_OS_NAME}.sh"
4444
install: true
4545

4646
script:
47-
- "bash ./build/run_${TRAVIS_OS_NAME}.sh"
47+
- "bash ./.build/run_${TRAVIS_OS_NAME}.sh"
4848

4949
after_success:
5050
- sonar-scanner

0 commit comments

Comments
 (0)