We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29aa3b1 commit 3a971a8Copy full SHA for 3a971a8
.travis.yml
@@ -12,8 +12,8 @@ before_install:
12
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --force --overwrite tcl-tk; fi
13
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install readline; fi
14
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
15
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libtool; fi
16
- 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
17
18
script:
19
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then autoreconf -vi; fi
0 commit comments