Skip to content

Commit

Permalink
travis script parsing fix [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Jun 28, 2018
1 parent eb2bd1b commit ca58037
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

branches:
only:
- master
# - master
- dev
# - /^v\d+\.\d+\.\d+$/
# - /^release-\d+\.\d+\.\d+$/
# - /^feature-ci-.+$/
# - /^feature_ci_.+$/
- /^v\d+\.\d+\.\d+$/
- /^release-\d+\.\d+\.\d+$/
- /^feature-ci-.+$/
- /^feature_ci_.+$/

linux: &linux
os: linux
Expand Down Expand Up @@ -74,7 +74,7 @@ matrix:
# env: CONAN_CLANG_VERSIONS=3.9 CONAN_DOCKER_IMAGE=lasote/conanclang39

# macOS, apple-Clang, libc++ -------------------------------------------------
- <<: *osx
- <<: *osx
osx_image: xcode9
env: CONAN_APPLE_CLANG_VERSIONS=9.0
BITPRIM_RUN_TESTS=true
Expand All @@ -87,12 +87,12 @@ matrix:
osx_image: xcode7.3
env: CONAN_APPLE_CLANG_VERSIONS=7.3

# before_install:
# - |
# if [[ "${TRAVIS_COMMIT_MESSAGE}" = *"[skip travis]"* ]]; then
# echo "[skip travis] detected in commit message, exiting"
# travis_terminate 0
# fi
before_install:
- |
if [[ "${TRAVIS_COMMIT_MESSAGE}" = *"[skip travis]"* ]]; then
echo "[skip travis] detected in commit message, exiting"
travis_terminate 0
fi
install:
- cd ${TRAVIS_BUILD_DIR}
Expand Down

0 comments on commit ca58037

Please sign in to comment.