Skip to content

Commit 8168b36

Browse files
authored
Merge pull request #388 from k-okada/stable-osx
make osx build stable
2 parents cc072cc + 281d70b commit 8168b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install:
8686
script:
8787
- echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
8888
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then docker run --rm -i -v $HOME:$HOME -e "TRAVIS_OS_NAME=$TRAVIS_OS_NAME" -e "CI_SOURCE_PATH=$CI_SOURCE_PATH" -e "HOME=$HOME" -e "MAKEFLAGS=$MAKEFLAGS" -e "DOCKER_IMAGE=$DOCKER_IMAGE" -t $DOCKER_IMAGE sh -c "cd $CI_SOURCE_PATH; ./.travis.sh"; fi
89-
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then source ./.travis.sh; fi
89+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./.travis.sh; fi
9090
after_failure:
9191
- echo "failure"
9292
after_success:

0 commit comments

Comments
 (0)