Skip to content

Commit

Permalink
Remove amethyst_context crate from appveyor and travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nchashch committed Dec 15, 2016
1 parent a0d5457 commit b66c55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script: |
cargo fmt -- --write-mode=diff &&
cargo local-pkgs doc --no-deps -v
cargo local-pkgs build -v &&
cargo test -p amethyst -p amethyst_config -p amethyst_context -p amethyst_ecs -v
cargo test -p amethyst -p amethyst_config -p amethyst_ecs -v
# Push notifications to `amethyst/general` and `amethyst/engine` Gitter chats.
notifications:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ build: false

# Compile the engine and run all tests.
test_script:
- cargo test -p amethyst -p amethyst_config -p amethyst_context -p amethyst_ecs -v
- cargo test -p amethyst -p amethyst_config -p amethyst_ecs -v

0 comments on commit b66c55d

Please sign in to comment.