Browse Source

[TravisCI] install pip in osx builds

https://github.com/travis-ci/travis-ci/issues/2312
Andy Li 9 years ago
parent
commit
8280d621af
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -80,6 +80,8 @@ install_osx: &install_osx
   - ls -l out
   - ls -l out
   - export PATH="$PATH:$TRAVIS_BUILD_DIR"
   - export PATH="$PATH:$TRAVIS_BUILD_DIR"
   - export HAXE_STD_PATH="$TRAVIS_BUILD_DIR/std"
   - export HAXE_STD_PATH="$TRAVIS_BUILD_DIR/std"
+  # Install pip (used in lua test)
+  - curl https://bootstrap.pypa.io/get-pip.py -o - | sudo python
 
 
 matrix:
 matrix:
   include:
   include: