Skip to content

Commit

Permalink
updated aw-server, attempted travis fix
Browse files Browse the repository at this point in the history
ErikBjare committed Dec 10, 2019
1 parent 3dd4ec2 commit ba007cd
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew unlink python;
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/8de2c2b06a030b9f9a137f16481ed6c84512240c/Formula/python.rb;
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/2efdfe5519df7654ece8d70786baa298e568eafd/Formula/python.rb;
brew link python;
brew install findutils;
export PATH="/usr/local/opt/findutils/libexec/gnubin:$PATH";
rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION;
2 changes: 1 addition & 1 deletion aw-server
Submodule aw-server updated 1 files
+1 −1 aw-webui

0 comments on commit ba007cd

Please sign in to comment.