[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: addons:
apt: apt:
packages: packages:
- ghc
- zsh - zsh
# - ksh # - ksh
# - gcc-4.8 # - gcc-4.8
@ -13,7 +12,6 @@ addons:
cache: cache:
directories: directories:
- $HOME/.npm - $HOME/.npm
- $HOME/.ghc
- $TRAVIS_BUILD_DIR/.cache - $TRAVIS_BUILD_DIR/.cache
- $TRAVIS_BUILD_DIR/node_modules - $TRAVIS_BUILD_DIR/node_modules
before_install: before_install: