Skip to content

Commit

Permalink
Cleaned up the travis log
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Feb 1, 2020
1 parent 18d36c7 commit ae5fc13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ script:
- cd build && cmake .. && cmake --build .
- cmake --build . -- install DESTDIR=$(pwd)/installtest
- cmake --build . -- package
- find *
- 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
- cd ..
- openssl aes-256-cbc -K $encrypted_f94fa95f949a_key -iv $encrypted_f94fa95f949a_iv -in .travis/deploy_rsa.enc -out id_rsa -d
Expand Down

0 comments on commit ae5fc13

Please sign in to comment.