Skip to content

Commit 02acfd9

Browse files
author
Daniel Watkins
committed
Make repo a workspace and run tests for all components in Travis
1 parent 03bda85 commit 02acfd9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ language: rust
44
rust:
55
- stable
66
- beta
7+
8+
script:
9+
- cargo build --verbose --all
10+
- cargo test --verbose --all

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "rustpython"
33
version = "0.0.1"
44
authors = ["Windel Bouwman", "Shing Lyu <shing.lyu@gmail.com>"]
55

6+
[workspace]
7+
68
[dependencies]
79
log="0.4.1"
810
env_logger="0.5.10"

0 commit comments

Comments
 (0)