Skip to content

Commit 3f58238

Browse files
committed
Install libedit-dev on Linux.
1 parent d584788 commit 3f58238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compiler:
66
before_install:
77
- echo $LANG
88
- echo $LC_ALL
9-
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y llvm-3.6; fi
9+
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y libedit-dev llvm-3.6; fi
1010
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm; fi
1111
- rvm use $RVM --install --binary --fuzzy
1212
- gem update --system

0 commit comments

Comments
 (0)