We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dc1ff2 + 7bf88ed commit 85a9860Copy full SHA for 85a9860
2 files changed
.travis.yml
@@ -46,7 +46,8 @@ install:
46
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then mkdir -p $HOME/Documents/Processing/libraries/ ;fi
47
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then cp -a $TRAVIS_BUILD_DIR/OpenBCI_GUI/libraries/. $HOME/Documents/Processing/libraries/ ;fi
48
# used to create .dmg
49
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip install dmgbuild ;fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install dmgbuild ;fi
50
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install biplist ;fi
51
52
script:
53
- cd $TRAVIS_BUILD_DIR
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v5.1.1
+# v5.2.0
2
3
### Bug Fixes
4
0 commit comments