Skip to content

Commit e390005

Browse files
committedJan 2, 2020
Merge branch 'stable'
2 parents 1189548 + 0093906 commit e390005

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+159
-39
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ before_install:
214214
PYTHON_CMD=python$PYTHON
215215
elif [ "$TRAVIS_OS_NAME" == "osx" ]; then
216216
unset -f cd; # Workaround for weird 'shell_session_update' issue: https://github.com/travis-ci/travis-ci/issues/8703
217+
brew unlink python@2
217218
brew update > /dev/null
218219
brew install ccache
219220
export PATH=/usr/local/opt/ccache/libexec:$PATH

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-2019 Yannick Jadoul
1+
# Copyright (C) 2016-2020 Yannick Jadoul
22
#
33
# This file is part of Parselmouth.
44
#

0 commit comments

Comments
 (0)
Please sign in to comment.