Skip to content

Commit ae5fc13

Browse files
Cleaned up the travis log
1 parent 18d36c7 commit ae5fc13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ script:
5757
- cd build && cmake .. && cmake --build .
5858
- cmake --build . -- install DESTDIR=$(pwd)/installtest
5959
- cmake --build . -- package
60-
- find *
6160
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then CTEST_OUTPUT_ON_FAILURE=1 LD_PRELOAD=`ldconfig -p|grep "libSegFault.so "|head -1|sed -e "s/^.* //g"` xvfb-run -a make test; fi
6261
- cd ..
6362
- openssl aes-256-cbc -K $encrypted_f94fa95f949a_key -iv $encrypted_f94fa95f949a_iv -in .travis/deploy_rsa.enc -out id_rsa -d

0 commit comments

Comments
 (0)