Skip to content

Commit

Permalink
Merge pull request #5 from roboime/dev
Browse files Browse the repository at this point in the history
First release.
  • Loading branch information
jansegre authored Sep 14, 2016
2 parents 12fbfed + 1ca66a1 commit 54a8d0b
Show file tree
Hide file tree
Showing 74 changed files with 6,109 additions and 1,473 deletions.
5 changes: 4 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ environment:
- channel: stable
- channel: beta
- channel: nightly
matrix:
allow_failures:
- channel: nightly
platform:
- x86
- x64
Expand All @@ -21,4 +24,4 @@ test_script:
- cargo test --verbose
- cargo bench --verbose
- cargo doc --verbose
- cargo run -q --release --manifest-path cli/Cargo.toml -- --help
- cargo run -q --release --bin roboime-next-cli -- --help
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ indent_size = 4
[Makefile]
indent_style = tab
indent_size = 8

[*.yml]
indent_size = 2
File renamed without changes.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
target
.cargo
/Cargo.lock
/protocol/Cargo.lock
*.swp
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ rust:
- nightly
- beta
- stable
matrix:
allow_failures:
- rust: nightly
sudo: false
addons:
apt:
Expand All @@ -18,7 +21,7 @@ script:
- travis-cargo test
- travis-cargo bench
- travis-cargo --only stable doc
- cargo run -q --release --manifest-path cli/Cargo.toml -- --help
- cargo run -q --release --bin roboime-next-cli -- --help
after_success:
- travis-cargo --only stable doc-upload
- travis-cargo coveralls --no-sudo --verify --exclude-pattern="protocol/"
Expand Down
Loading

0 comments on commit 54a8d0b

Please sign in to comment.