File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,12 @@ install:
1919 - npm install -g semantic-release
2020 - npm install -g @semantic-release/exec
2121 - bundle install
22- # - 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then cd appscan; make asoc-tool; cd ../; fi'
23- - cd appscan; make asoc-tool; cd ../;
22+ - ' if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then cd appscan; make asoc-tool; cd ../; fi'
2423before_script :
25- # - 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then chmod a+x ./appscan/ASOC.sh; fi'
26- - chmod a+x ./appscan/ASOC.sh;
24+ - ' if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then chmod a+x ./appscan/ASOC.sh; fi'
2725script :
2826- bundle exec rake
29- # - 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi'
30- - ./appscan/ASOC.sh;
27+ - ' if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi'
3128
3229before_deploy :
3330 - bundle exec rake test:appveyor_status
You can’t perform that action at this time.
0 commit comments