From 4af31947f5d0dcd36e5b107872088f7bf9eca2ef Mon Sep 17 00:00:00 2001 From: freestrings Date: Tue, 11 Jun 2019 18:47:26 +0900 Subject: [PATCH] =?UTF-8?q?0.2.0=20=EB=B0=B0=ED=8F=AC=20=EC=A0=84=EA=B9=8C?= =?UTF-8?q?=EC=A7=80=20nodejs=20=EB=B9=8C=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 76 ++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7234633..d1724f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file +# - 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 \ No newline at end of file