Skip to content

Commit

Permalink
Travis issues with autopen.sh and libtoolize
Browse files Browse the repository at this point in the history
  • Loading branch information
snoe925 authored Mar 8, 2018
1 parent 953a30a commit 4c1c428
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ before_install:
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then autoreconf -vi; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --with-readline-includes=/usr/local/Cellar/readline/7.0.3_1/include --with-readline-library=/usr/local/Cellar/readline/7.0.3_1/lib --with-tcl=/usr/local/lib; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat ./autogen.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then libtoolize --install; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then /bin/sh -x ./autogen.sh; fi
- make
- sudo make install

0 comments on commit 4c1c428

Please sign in to comment.