[Cleanup] Remove ghc related things in .travis.yml, cc #1619

Peter Dave Hello 2017-10-22 15:49:41 +08:00
parent a954458829
commit 9c25a8f316
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ sudo: required
addons:
apt:
packages:
- ghc
- zsh
# - ksh
# - gcc-4.8
@ -13,7 +12,6 @@ addons:
cache:
directories:
- $HOME/.npm
- $HOME/.ghc
- $TRAVIS_BUILD_DIR/.cache
- $TRAVIS_BUILD_DIR/node_modules
before_install: