Skip to content

Commit

Permalink
libtool cannot be missing on Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
snoe925 committed Mar 8, 2018
1 parent 29aa3b1 commit 3a971a8
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 @@ -12,8 +12,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --force --overwrite tcl-tk; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install readline; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libtool; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y lib64readline6-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libtool; fi

script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then autoreconf -vi; fi
Expand Down

0 comments on commit 3a971a8

Please sign in to comment.