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