Skip to content

Commit a8288a6

Browse files
committed
Update Travis file
1 parent 52963a1 commit a8288a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ branches:
3535
before_install:
3636
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=$PATH:~/Library/Python/2.7/bin/; fi
3737
- 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
38+
- pip2 install --user cpp-coveralls
39+
- pip2 install --user hererocks
4040
- hererocks here -r^ --$LUA
4141
- source here/bin/activate
4242
- luarocks show lluv > /dev/null 2>&1 || bash .travis/setup_uv.sh

0 commit comments

Comments
 (0)