Move everything in the root

This commit is contained in:
Alekos Filini 2020-02-07 12:27:10 +01:00
parent a4c6005c7b
commit 4919ff148b
No known key found for this signature in database
GPG Key ID: 5E8AFC3034FDFA4F
16 changed files with 6 additions and 6 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
/target
Cargo.lock
*.swp

View File

@ -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
View File

@ -1,2 +0,0 @@
/target
Cargo.lock