Skip to content

Commit 85a9860

Browse files
authored
Merge pull request #1160 from OpenBCI/master
Update development from master
2 parents 6dc1ff2 + 7bf88ed commit 85a9860

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ install:
4646
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then mkdir -p $HOME/Documents/Processing/libraries/ ;fi
4747
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then cp -a $TRAVIS_BUILD_DIR/OpenBCI_GUI/libraries/. $HOME/Documents/Processing/libraries/ ;fi
4848
# used to create .dmg
49-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip install dmgbuild ;fi
49+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install dmgbuild ;fi
50+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install biplist ;fi
5051

5152
script:
5253
- cd $TRAVIS_BUILD_DIR

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v5.1.1
1+
# v5.2.0
22

33
### Bug Fixes
44

0 commit comments

Comments
 (0)