Move everything in the root
This commit is contained in:
parent
a4c6005c7b
commit
4919ff148b
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
||||
/target
|
||||
Cargo.lock
|
||||
|
||||
*.swp
|
||||
|
@ -6,7 +6,6 @@ rust:
|
||||
before_script:
|
||||
- rustup component add rustfmt
|
||||
script:
|
||||
- cd $TRAVIS_BUILD_DIR/core/lib/
|
||||
- cargo fmt -- --check --verbose
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
@ -14,6 +13,6 @@ script:
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
# before_cache:
|
||||
# - rm -rf "$TRAVIS_HOME/.cargo/registry/src"
|
||||
#cache: cargo
|
||||
before_cache:
|
||||
- rm -rf "$TRAVIS_HOME/.cargo/registry/src"
|
||||
cache: cargo
|
||||
|
2
core/lib/.gitignore
vendored
2
core/lib/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/target
|
||||
Cargo.lock
|
Loading…
x
Reference in New Issue
Block a user