We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e80bc5 commit 23f25d8Copy full SHA for 23f25d8
.travis.yml
@@ -50,20 +50,9 @@ install:
50
- make documentation_from_docker
51
52
script:
53
- # Create package
54
- - make package
55
-# - make package
56
-# # Make sure we can install with no issues.
57
-# - make install
58
-# # Create coverage report
59
-# - if [[ "$BTYPE" == "Coverage" ]];
60
-# then
61
-# echo "Coverage";
62
-# find $TRAVIS_BUILD_DIR -type f -name "*.gcno";
63
-# find $TRAVIS_BUILD_DIR -type f -name "*.gcna";
64
-# make coverage;
65
-# bash <(curl -s https://codecov.io/bash) -X gcov;
66
-# fi
+ - echo "Script"
+ # - make package
+
67
deploy:
68
provider: releases
69
api_key:
0 commit comments