Skip to content

Commit

Permalink
Install onigmo
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com>
  • Loading branch information
ajnavarro committed Mar 19, 2019
1 parent 07d6136 commit 47f616a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ addons:
packages:
- gcc-6
- g++-6
- libonig-dev


before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
Expand Down Expand Up @@ -61,6 +63,7 @@ jobs:

script:
- brew update
- brew install oniguruma
- make packages || echo "" # will fail because of docker being missing
- if [ ! -f "build/gitbase_darwin_amd64/gitbase" ]; then echo "gitbase binary not generated" && exit 1; fi
- cd build
Expand Down

0 comments on commit 47f616a

Please sign in to comment.