mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-05-05 22:22:12 +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:
|
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
|
Loading…
x
Reference in New Issue
Block a user