mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-05-02 20:52:16 +00:00
0.2.0 배포 전까지 nodejs 빌드 제거
This commit is contained in:
parent
766be8cab2
commit
4af31947f5
76
.travis.yml
76
.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
|
||||
# - 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
|
Loading…
x
Reference in New Issue
Block a user