Skip to content

Commit

Permalink
fix: Only use linux and osx on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Apr 17, 2020
1 parent 30dc336 commit 753dcdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
os:
- osx
- linux
- windows
dist: bionic

language: node_js
Expand All @@ -16,10 +15,9 @@ cache:
before_install:
# Install Rust and Cargo
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export RUSTUP_OPTIONS="--default-toolchain stable-x86_64-pc-windows-msvc"; fi
- sh /tmp/rustup.sh -y $RUSTUP_OPTIONS
- export PATH="$HOME/.cargo/bin:$PATH"
- source "$HOME/.cargo/env" || true
- source "$HOME/.cargo/env"
- rustc --version
- cargo --version
# Install NPM packages
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/indexer",
"version": "0.1.3",
"version": "0.1.4",
"description": "CKB Indexer for Lumos framework, might be suitable for independent usage as well",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down

0 comments on commit 753dcdb

Please sign in to comment.