Skip to content

Commit 0f954a2

Browse files
committed
minor
1 parent 3971ffd commit 0f954a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ script:
8383
- cd $TRAVIS_BUILD_DIR/examples/llvm-hello_world
8484
- make
8585
# Override llvm-config to match the required one
86-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ln -s `which llvm-config-10` `which llvm-config`; llvm-config --version; fi
86+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ln -sf `which llvm-config-10` `which llvm-config`; llvm-config --version; fi
8787
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd $TRAVIS_BUILD_DIR/examples/plugins; make; fi
8888
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd $TRAVIS_BUILD_DIR/examples/use-phasar-as-library; mkdir build; cd build/; cmake ..; make; fi

0 commit comments

Comments
 (0)