We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0511263 commit 6b38753Copy full SHA for 6b38753
1 file changed
.travis.yml
@@ -46,7 +46,7 @@ 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
51
script:
52
- cd $TRAVIS_BUILD_DIR
0 commit comments