We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52963a1 commit a8288a6Copy full SHA for a8288a6
.travis.yml
@@ -35,8 +35,8 @@ branches:
35
before_install:
36
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=$PATH:~/Library/Python/2.7/bin/; fi
37
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export LCURL_LD_FLAGS="-bundle -undefined dynamic_lookup -all_load --coverage"; fi
38
- - pip install --user cpp-coveralls
39
- - pip install --user hererocks
+ - pip2 install --user cpp-coveralls
+ - pip2 install --user hererocks
40
- hererocks here -r^ --$LUA
41
- source here/bin/activate
42
- luarocks show lluv > /dev/null 2>&1 || bash .travis/setup_uv.sh
0 commit comments