Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Makopo committed May 1, 2020
1 parent 12cdbbc commit c9a8277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git:

script:
- if [ "$TRAVIS_JOB_NAME" = "32" ] ; then sudo apt-get install gcc-multilib g++-multilib ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ] ; then brew install bison && bison --version ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ] ; then brew install bison && export PATH="/usr/local/opt/bison/bin:$PATH" && bison --version ; fi
- export DEBUG=""
- export BUILD_VERSION_NUMBER="$TRAVIS_TAG"
- make
Expand Down

0 comments on commit c9a8277

Please sign in to comment.