mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-01 17:41:17 +00:00
travis already ships with nodejs
This commit is contained in:
@@ -13,9 +13,8 @@ addons:
|
||||
- libgc-dev
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install boehmgc; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install node; fi
|
||||
|
||||
before_script:
|
||||
- set -e
|
||||
|
||||
Reference in New Issue
Block a user