mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[Cleanup] Remove ghc related things in .travis.yml, cc #1619
This commit is contained in:
parent
a954458829
commit
9c25a8f316
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user