Skip to content

Commit

Permalink
Add workspaces in the hopes that travis will work
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibi Braniecki committed Jul 25, 2018
1 parent 6a84d0b commit 743e37d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ rust:
- beta
- stable

- env: PROJECT=cldr_pluralrules_parser

script:
- cd $PROJECT
- cargo clean
- cargo build
- cargo test
Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[workspace]
members = [
"cldr_pluralrules_parser",
]

0 comments on commit 743e37d

Please sign in to comment.