Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit 53a7a1c

Browse files
committed
rc4, clean release on Travis!
1 parent 351b708 commit 53a7a1c

File tree

4 files changed

+10
-36
lines changed

4 files changed

+10
-36
lines changed

.travis.yml

+3-29
Original file line numberDiff line numberDiff line change
@@ -17,42 +17,16 @@ script:
1717

1818
matrix:
1919
include:
20-
# - env: TARGET=aarch64-unknown-linux-gnu
21-
# - env: TARGET=arm-unknown-linux-gnueabi
22-
# - env: TARGET=armv7-unknown-linux-gnueabihf
23-
# - env: TARGET=i686-unknown-linux-gnu
24-
# - env: TARGET=i686-unknown-linux-musl
25-
# - env: TARGET=mips-unknown-linux-gnu
26-
# - env: TARGET=mips64-unknown-linux-gnuabi64
27-
# - env: TARGET=mips64el-unknown-linux-gnuabi64
28-
# - env: TARGET=mipsel-unknown-linux-gnu
29-
# - env: TARGET=powerpc-unknown-linux-gnu
30-
# - env: TARGET=powerpc64-unknown-linux-gnu
31-
# - env: TARGET=powerpc64le-unknown-linux-gnu
32-
# - env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1
20+
- env: TARGET=arm-unknown-linux-gnueabi
21+
- env: TARGET=armv7-unknown-linux-gnueabihf
3322
- env: TARGET=x86_64-unknown-linux-gnu
34-
# - env: TARGET=x86_64-unknown-linux-musl
35-
# - env: TARGET=i686-apple-darwin
36-
# os: osx
37-
# - env: TARGET=x86_64-apple-darwin
38-
# os: osx
39-
# - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
40-
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
41-
# - env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
42-
# - env: TARGET=x86_64-pc-windows-gnu
43-
# - env: TARGET=x86_64-unknown-linux-gnu
44-
# rust: nightly
4523
cache: cargo
4624
notifications:
4725
email:
4826
on_success: never
4927
before_deploy:
50-
- ls
51-
- pwd
52-
- env
53-
- ls $TRAVIS_BUILD_DIR
5428
- ls $TRAVIS_BUILD_DIR/target/release
55-
- echo "${TRAVIS_BUILD_DIR}/target/release/RediSQL_${TRAVIS_TAG}_${TRAVIS_COMMIT:0:6}_${TARGET}.so"
29+
- echo "${TRAVIS_BUILD_DIR}/target/release/RediSQL_${TRAVIS_TAG}_${TRAVIS_COMMIT:0:6}_${TARGET}_(release|debug).so"
5630
- cp --verbose $TRAVIS_BUILD_DIR/target/release/libredis_sql.so "${TRAVIS_BUILD_DIR}/target/release/RediSQL_${TRAVIS_TAG}_${TRAVIS_COMMIT:0:6}_${TARGET}_release.so"
5731
- cp --verbose $TRAVIS_BUILD_DIR/target/debug/libredis_sql.so "${TRAVIS_BUILD_DIR}/target/release/RediSQL_${TRAVIS_TAG}_${TRAVIS_COMMIT:0:6}_${TARGET}_debug.so"
5832
- ls $TRAVIS_BUILD_DIR/target/release

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rediSQL"
3-
version = "1.0.3-rc02"
3+
version = "1.0.3-rc04"
44
authors = ["Simone Mosciatti <[email protected]>"]
55
edition = "2018"
66

redisql_lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisql_lib"
3-
version = "0.5.5-rc02"
3+
version = "0.5.5-rc03"
44
authors = ["Simone Mosciatti <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)