summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-20 23:25:28 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-20 23:25:28 -0500
commitaa44a1dc31663371f6aa7a762c491fcad2f698c5 (patch)
tree79d60d2095f5a55bb94e86a70d2e1d7bc0d0016e
parent0697d9dd565f1887ee3922ac0b3bc6b61ff8a3bb (diff)
Moved some files around.
-rw-r--r--.travis.yml4
-rw-r--r--sample_configs/bottom.toml (renamed from default_config.toml)0
-rw-r--r--sample_configs/demo_config.toml (renamed from sample_config.toml)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 77905ea4..236721f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,13 +51,13 @@ before_deploy:
cargo build --release --target $TARGET;
cp ./target/x86_64-pc-windows-msvc/release/btm btm;
strip btm;
- cp default_config.toml bottom.toml;
+ cp sample_configs/bottom.toml bottom.toml;
tar -czvf bottom_x86_64-pc-windows-msvc.tar.gz btm bottom.toml;
else
cargo build --release;
cp ./target/release/btm btm;
strip btm;
- cp default_config.toml bottom.toml;
+ cp sample_configs/bottom.toml bottom.toml;
if [[ $TRAVIS_OS_NAME == "linux" ]]; then
tar -czvf bottom_x86_64-unknown-linux-gnu.tar.gz btm bottom.toml;
tar -czvf bottom_source_code.tar.gz ./src ./Cargo.toml LICENSE tests sample_config.toml bottom.toml;
diff --git a/default_config.toml b/sample_configs/bottom.toml
index 0d4df0a8..0d4df0a8 100644
--- a/default_config.toml
+++ b/sample_configs/bottom.toml
diff --git a/sample_config.toml b/sample_configs/demo_config.toml
index 36b63728..36b63728 100644
--- a/sample_config.toml
+++ b/sample_configs/demo_config.toml