Skip to:
Content

BuddyPress.org

Changeset 11002


Ignore:
Timestamp:
08/09/2016 09:23:41 AM (7 years ago)
Author:
djpaul
Message:

Travis-CI: fix typo in config file.

See #7207

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11001 r11002  
    9696script: grunt $BP_TRAVISCI
    9797
    98 +after_script:
     98after_script:
    9999- |
    100100  if [[ "$BP_TRAVISCI" == "travis:codecoverage" ]] ; then
    101     bash <(curl -s https://codecov.io/bash)
     101    bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
    102102  fi
    103103
Note: See TracChangeset for help on using the changeset viewer.