Skip to content

Commit

Permalink
Export the travis_fold function so we can add our own folds
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Oct 4, 2018
1 parent e61351f commit e5d8fe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,10 @@ language: cpp
sudo: required sudo: required
# Use the latest Travis images since they are more up to date than the stable release. # Use the latest Travis images since they are more up to date than the stable release.
group: edge group: edge

before_script:
- export -f travis_fold

script: script:
- "bash -ex .travis-ci.sh" - "bash -ex .travis-ci.sh"


Expand Down

0 comments on commit e5d8fe5

Please sign in to comment.