0.2.0 배포 전까지 nodejs 빌드 제거

This commit is contained in:
freestrings 2019-06-11 18:47:26 +09:00
parent 766be8cab2
commit 4af31947f5

View File

@ -36,41 +36,41 @@ matrix:
script: script:
- cargo build --verbose --all - cargo build --verbose --all
- cargo test --verbose --all - cargo test --verbose --all
- language: node_js # - language: node_js
os: linux # os: linux
node_js: # node_js:
- '11' # - '11'
- '10' # - '10'
- '9' # - '9'
- '8' # - '8'
before_install: # before_install:
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh # - curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
- sh /tmp/rustup.sh -y # - sh /tmp/rustup.sh -y
- export PATH="$HOME/.cargo/bin:$PATH" # - export PATH="$HOME/.cargo/bin:$PATH"
- source "$HOME/.cargo/env" # - source "$HOME/.cargo/env"
- npm install -g neon-cli # - npm install -g neon-cli
- cd nodejs # - cd nodejs
- node -v # - node -v
- npm -v # - npm -v
- npm install # - npm install
script: # script:
- npm test # - npm test
- language: node_js # - language: node_js
os: osx # os: osx
node_js: # node_js:
- '11' # - '11'
- '10' # - '10'
- '9' # - '9'
- '8' # - '8'
before_install: # before_install:
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh # - curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
- sh /tmp/rustup.sh -y # - sh /tmp/rustup.sh -y
- export PATH="$HOME/.cargo/bin:$PATH" # - export PATH="$HOME/.cargo/bin:$PATH"
- source "$HOME/.cargo/env" # - source "$HOME/.cargo/env"
- npm install -g neon-cli # - npm install -g neon-cli
- cd nodejs # - cd nodejs
- node -v # - node -v
- npm -v # - npm -v
- npm install # - npm install
script: # script:
- npm test # - npm test