Skip to content

Commit 10a1a38

Browse files
committed
ENH: move travis support scripts to .travis_scripts
Move the build support scripts for travis to a hidden subdirectory to keep the top level directory more clean.
1 parent fa61a49 commit 10a1a38

6 files changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ language: cpp
99
sudo: false
1010
addons:
1111
homebrew:
12-
packages: meson ninja
12+
packages:
13+
- meson
14+
- ninja
1315
update: false # do not update homebrew by default
1416
apt:
1517
sources:
@@ -27,12 +29,7 @@ matrix:
2729
- os: osx
2830
osx_image: xcode9.4
2931
compiler: clang
30-
addons:
31-
homebrew:
32-
packages: meson ninja
33-
#env: PYENV_ROOT=/usr/local/var/pyenv
34-
env: LIB_TYPE=static BUILD_TYPE=release HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-temp
35-
#- LIB_TYPE=shared BUILD_TYPE=debug
32+
env: LIB_TYPE=static BUILD_TYPE=release
3633
- os: linux
3734
dist: trusty
3835
compiler: clang
@@ -41,7 +38,7 @@ notifications:
4138
email: false
4239

4340
before_install:
44-
- source ./travis.before_install.${TRAVIS_OS_NAME}.sh
41+
- source ./.travis_scripts/travis.before_install.${TRAVIS_OS_NAME}.sh
4542
install:
46-
- source ./travis.install.${TRAVIS_OS_NAME}.sh
47-
script: ./travis.sh
43+
- source ./.travis_scripts/travis.install.${TRAVIS_OS_NAME}.sh
44+
script: ./.travis_scripts/travis.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)