Skip to content

Commit 5683b57

Browse files
authored
Merge branch 'master' into cargo-deb-spec
2 parents 75a8882 + 5575c22 commit 5683b57

File tree

159 files changed

+7985
-2561
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+7985
-2561
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1+
# Rust stuff
12
target
23

4+
# Vagrant stuff
35
.vagrant
46
ubuntu-xenial-16.04-cloudimg-console.log
7+
8+
# Compiled artifacts
9+
# (see devtools/*-package-for-*.sh)
10+
/exa-linux-x86_64
11+
/exa-linux-x86_64-*.zip
12+
/exa-macos-x86_64
13+
/exa-macos-x86_64-*.zip
14+
/MD5SUMS
15+
/SHA1SUMS
16+
17+
# Snap stuff
18+
parts
19+
prime
20+
stage
21+
*.snap

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ rust:
88
- stable
99
script:
1010
- cargo build --verbose
11-
- cargo test --verbose
11+
- cargo test --verbose
12+
- cargo build --verbose --no-default-features
13+
- cargo test --verbose --no-default-features

0 commit comments

Comments
 (0)